how do you save timestamp in firestore timetsamp format, could you provide google documentation for this? could you provide documentationSo far, I have found it should be converted to nanoseconds if ...
My ADK agent works fine locally when running on adk web, but the instance running on Agent Engine always fails to read and write data from firestore. I get an error saying 403 Missing or insufficient ...
I can successfully insert data into Firestore. I can successfully obtain the downloadURL whenever I upload Files to Firebase Storage.I would like to be able to copy this downloadURL and store it as ...
14 Reads After the Login:Query Insight at the time of Log In:I am using basic email-password && google sign-in in my app. no other module yet. In my users collection there are only 3 ...
I’m building a web app where users sign in with a Firebase Authentication custom token. The token has claims like this:{ "iss": "------", "sub": "------", ...
I'm facing a persistent authentication issue with my Flutter app on Android when it tries to communicate with Firebase services (specifically Firestore). I consistently get a java.lang....
I’ve been working on a React/Firebase app for the past 10 months, and things have been smooth so far. Recently, I decided to do some refactoring.I switched from using user-generated fields as unique ...
I am building a Flutter mobile app using Firebase backend. I have four collections: institutions, resources, resourceTypes, users.I want the institution's collection to be accessible by any user (...
I'm experiencing a critical issue with my NextJS/Firebase application where approximately 40% of random user registrations result in "orphaned" users - users that exist in Firebase ...
I am using the Google Firestore Emulator locally for development. However, when I query the database data, I find that the results are inconsistent and not correct each time. Here is the detailed ...
I have a collection named "dms" that has "firstUserId" and "secondUserId" as fields in its documents. The following rule is giving me permission denied error:match /dms/{...
I have a web application running on localhost:5000 using HTML pages (index.html and category.html) with dynamic component loading (e.g., header.html) via the loadComponent function. Links in the menu (...
I am hosting a competition where groups of players (classes in a school) compete for points.The players play individually and earns points for both themselves and for their class.I track individual ...
My goal is to write tests that:Simulate multiple concurrent HTTP POST requests to a cloud function endpoint (e.g., 2-3 identical webhooks arriving almost simultaneously).Verify database side ...