Skip to main content
1 vote
2 answers
146 views

QuerySnapshot profilesSnap = await _firestore .collection('users') .doc(userId) .collection('profiles').doc("default").collection("incomeRecords") ...
AFAQ AWAN's user avatar
  • 119
1 vote
2 answers
70 views

I'm using Firebase Authentication and Firebase Cloud Firestore for my Flutter project. But the rules I implemented in the Firestore only apply correctly after restarting the app, if the user just ...
Sören S.'s user avatar
Advice
1 vote
1 replies
72 views

I am pretty new to firebase and firestore and I just discovered onSnapshot method. I was wondering how much read an onSnapshot query is worth. I don't understand if it read the whole collection and ...
Erwan Lecomte's user avatar
0 votes
0 answers
99 views

After installing modules shown below I keep getting this error, after trying to run an app in Xcode: firebase: 11.1.0 @react-native-firebase/app: 23.7.0 @react-native-firebase/auth: 23.7.0 @react-...
TomkejanUFO's user avatar