Viewing History and State of API Calls and Collections
TLDR Nathan asked about viewing history and state of API calls and collections. Jason suggested logging the response prior to processing it.
1
Jun 02, 2023 (4 months ago)
Nathan
04:01 PMJason
04:10 PM1
Jason
04:11 PMTypesense
Indexed 2786 threads (79% resolved)
Similar Threads
Assigning an API Key for Backend Indexing Operations
Ross inquired about assigning an API key for backend service. After some confusion, Jason clarified that the `documents:upsert`, `documents:update`, `documents:create`, and `documents:delete` actions were necessary for document-only operations.
Understanding Alias Usage in API Collections and Environment Security
gab sought clarity on when collection aliases would be used, if they are public and how they handle different environments. Kishore Nallan explained their purpose and suggested using distinct API keys for each environment for privacy and customization. They also directed gab on how to generate these keys per collection.
Firebase Auth with Typesense Extension for Firestore.
DomijKu seeks ways to handle Firebase Auth with Typesense for Firestore, aiming to restrict search based on user roles and log-in status. Jason provides guidance, suggesting the use of scoped API keys, Google Cloud functions for verifying Firebase Auth, and storing user-specific information in each record.