Skip to main content

Questions tagged [google-cloud-firestore]

Cloud Firestore is an auto-scaling real-time document database for storing, syncing, and querying data for mobile, web and server development.

google-cloud-firestore
0 votes
0 answers
20 views

Firebase DocumentReference and Timestamps being lost? [closed]

I'm in the midst of a rework for one of the contexts in my project. It was previously all fetched and filtered on the front end but I was noticing performance issues with large data sets. I decided to ...
Luke Andrews's user avatar
0 votes
0 answers
14 views

How come my JVM does not shutdown when using Google Cloud Firestore BulkWriter?

I'm trying to implement the BulkWriter from Google Cloud Firestore in Kotlin. When I create documents individually (without the BulkWriter) my application works normally. However, when using the ...
Paul's user avatar
  • 58
0 votes
1 answer
12 views

Check from a firebase cloud function quota data

Is there a way to check from a firebase cloud function (using firebase CLI I guess) my current quota data (number of read/write/deletes of my project in the current day). The idea is that I have some ...
Fernando's user avatar
-1 votes
0 answers
16 views

How do I use google cloud functions to read data from firestore and then connect that function to a webhook in dialogflow cx?

I have a collection named 'flight-details' in firestore which has documents with the id corresponding to each flight number. I want to retrieve a certain field from each document by matching the ...
Nivin's user avatar
  • 1
0 votes
2 answers
39 views

Firebase Triggered Cloud Function is not aware of user

I have integrated a payment system to my Firebase app and their system sends a POST request to my backend. I handle that request as below: app.post("/subscription", (req, res) => { ...
Amor Soma's user avatar
-1 votes
0 answers
20 views

FirebaseFirestore Ios flutter

Analyzing dependencies Pre-downloading: FirebaseFirestore from https://github.com/invertase/firestore-ios-sdk-frameworks.git, tag 10.29.0 [!] Error installing FirebaseFirestore [!] Failed to download '...
Himanshu Flutter's user avatar
0 votes
0 answers
33 views

Extract entities with Gemini

I'm doing a chat with Gemini, and its already working, but i want to extract structured data from the prompts to save to firestore. typedef Seizure = ( int id, { String type, String? duration, }); ...
Giovana Gamboa's user avatar
-1 votes
1 answer
60 views

Unable to Register New Users in Firebase with Expo [closed]

I'm running into an issue with my Firebase project using Expo. When I try to register a new user, the system doesn't allow me to create a partition in the database with data beyond the user's email ...
Pedro Henrique Vieira Barreto's user avatar
0 votes
1 answer
36 views

Fixed windowing not producing synchronous output

I am using the Apache Beam Python SDK to create a Dataflow pipeline. Steps: ingest synchronous pubsub messages window into 1 second windows with 600ms allowed latency and a 2 second processing ...
Joe Moore's user avatar
  • 1,965
0 votes
0 answers
15 views

Testers can not access saved game in Firebase with Android Signed Bundle

With the bundle release (.aab ) file I generated for testing, my testers are able to save games they built using their own images, but they are not able to access it, even though I can see it saved in ...
onye Chigo's user avatar
0 votes
0 answers
29 views

How can i convert date in utc for get data from firebase collectionName in c#

its giving a result but in case of date filter range I'm doing some where mistake which i need to do please help me out here is model AggregateModel public string? collectionName { get; set; } ...
Ronit's user avatar
  • 3
-2 votes
0 answers
29 views

Creating Array and map fields in Firestore through the REST API [closed]

I can create normal records using Firestore API with React native. I'm having trouble creating Array and Map data type records. The error I get is: cannot convert firestore v1 value with type unset ...
MertCelik's user avatar
1 vote
2 answers
95 views

angular fire 18.01 null inject error when initiliazing component

Since yesterday night that I have been dealing with this error: main.ts:5 ERROR NullInjectorError: NullInjectorError: No provider for InjectionToken angularfire2.app.options! at NullInjector....
emi's user avatar
  • 31
0 votes
2 answers
36 views

How do I retrieve data from firestore

I am trying to create a chat app using react vite and firebase, i am using firestore to store and retrieve chats, i imported getFirestore from firebase/firestore, and passed it to the "db" ...
Kevin Anthony's user avatar
0 votes
0 answers
37 views

10.28.1 - [FirebaseFirestore][I-FST000001] Write at another/pleaseWork failed: Missing or insufficient permissions -> How do I fix this?

Making an app in SwiftUI for iOS. However, when I try to read or write to firebase firestore, I keep receiving an insufficient permissions error. When I try to search up solutions to this error, ...
Varun Vaidya's user avatar

15 30 50 per page