Some reason, I just am not getting it. I want to add a new document to a sub-collection. Here is my layout as follows: Users----------- Collection UID--------
Hi I would like for the addUserToFirestore() function to trigger after the code above has done being executed Future<void> registerAccount( String e
How do I configure proguard/R8 to keep all the fields and methods of a class if the class contains an annotated field? I have a class public class MyDocument {
My project has a document with two or more references, sometimes I need to load these references data before display the data itself. For example: "Item" docume
I have a react application deployed successfully to a S3 bucket. I need to find a way to password protect access to the s3 url, for example if you open the url
Simple and quick question (And yes I google it first, got mislead to phone number verification and other stuff), Anyways! back to the point Why when I input dat
Migrating our database from firestore native mode to Datastore mode , Any Google cloud utility
I am using Firebase Firestore in my flutter application. Everything works fine in debug mode. But, in release mode I get the following error. I saw a similar qu
I made a simple chat app using Flutter. My app is functioning perfectly fine (getting and dumping data into firebase) but once my messages get into my database,
I am able to run the app in Debug mode in XCODE and simulator without any errors. But when I build for Release Mode the build fails with below 2 errors: 'Fireb
I've been facing this issue for the past few days. I digged as far as i could on it and couldn't find a solution. I'm using React Native 0.64.2 and the last Fir
I want to query on multiple fields based on multiple in conditions as shown below: db .collection(firebasePaths.funfuse_verified_users) .orderBy('uid')
To upload a picture into Firebase storage, I am creating a path for the AngularFireStorage.upload method: In the template, an input to select the file: <inpu
I am trying to create a python script to fetch data from my Cloud Firestore database. But I get this weird error: import firebase_admin from firebase_admin impo
Building a social media app and confronting the 1write/doc/sec limit. Consequently, keeping vote data in the post document will not work at scale. I have read i
The following is stated in the official documentation: By default, a query retrieves all documents that satisfy the query in ascending order by document ID. Yo
My Xamarin.Android app's push notification only works on Android 11 (Pixel 3 XL). Currently my app targets Android 11, however it also runs on Android 12 (Pixel
If I call valueChanges on a Firestore document that doesn't exist, it returns undefined: this.afs.doc('bad_document_ref').valueChanges().subscribe(snapshot =>
I am having a product listing page. The recyclerview is filled with data from the Firebase firestore. When I click on any product, it will go to the details pag
Currently I have firebase account setup. I wish to add item to firestore of this project, via python asyncio. As I understand it, the package: python-firestore,