python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
What is the equivalent of CollectionReference.doc() for version 9 of the Firebase JS SDK?
I am trying to add a new document in a firestore transaction with version 9 of the Firebase JS SDK. In version 8, we can use
const newDocRef = db.collection('coll').doc();
to get a DocumentReference ...
Ping
Votes: 0
Answers: 2
Firebase email trigger not working on gmail
I use firebase email trigger and trying to send an email to my gmail account and another account which is not gmail. I received email only on my another account, gmail doesn't work.
Here is my code.
d...
kdos
Votes: 0
Answers: 3
Stop listening to a stream after going to the next screen
i have a stream which takes data from firebase and when a specific field in firestore changes my app Navigates to next screen (I'm listening to that field in build method) but after reaching to next s...
Shuvam Jaswal
Votes: 0
Answers: 1
Wait time for Google Cloud service account role change to propagate
I am using a downloaded JSON file containing service account keys, instead of ADC, with code running on my local developer machine and communicating with live GCP Firestore.
After adding a service acc...
Luke Puplett
Votes: 0
Answers: 1