I plan on creating an application on flutter that uses firebase auth and cloud firestore. My plan is to create a user and the use the user's u
When I console.log(docSnap) I'm getting a firebase error, see in the below image. I have tried all the solutions but none of them worked. useEffect(() =>
I am wondering how to filter firebase firestore by date field, as I can't see data type other than String, Number, Boolean As below, please advice if someone fi
I am wondering how to filter firebase firestore by date field, as I can't see data type other than String, Number, Boolean As below, please advice if someone fi
I am trying to create and add a document to GCP Firestore using the .Net library for GCP: Google.Cloud.Firestore.V1 , however, I cannot figure out how to use th
I am building a Next.js app using the version 12.1.6 and Firebase Cloud Functions as a serverless function. In the local environment, it works without any probl
I'm using firestore paging adapter to populate my RecyclerView with data from Firestore, if collection in Firestore is empty I would like to show a TextView to
I am trying to test a little Ionic/Angular sample app on an iOS Emulator. On the web, all the requests to firestore using angularfire work perfectly fine. Someh
Apologies in advance if similar questions like this have already been answered. I have tried everything, but still cannot figure out why I am experiencing this
What is the recommended way to share Firestore api logic (between the admin node.js and the js web) when upgrading to the web v9 modular sdk? The way I did it b
I am new to react-native and firebase authentication also firestore database. Basically here I would like to implement 3 different types of user which is buyer,
I'm using firebase in my project and i got some issues mentioned below - [cloud_firestore/unavailable] The service is currently unavailable. This is a most like
I would like to upload informations in my UID doc, but the information is stored in another subcategory. Future postDetailsToFirestore() async { FirebaseFi
I'm trying to paginate comments. The first 10 comments is loading ok, but next ones (when query contains startAfterDocument) return error like: Query(comments
Firebase RTDB costs are, in contrast to Firestore, calculated by download size (and not by operation count). When you get data, like in this pseudo code databas
As per the answer in the link below: Does Firebase Firestore keep a local copy of snapshot The Firestore SDK keeps a local copy of: All data that you have an a
I am using Firestore with AngularFire and am currently trying NgRx for a new feature. As recommended, I am using collectionChanges instead of collectionData, to
Is it good practice to require named parameters for data models in flutter when you know that the data should always have a specific field like an id or usernam
I am working on a technique to determine if some has elevated rights to show an edit icon. I am using Firebase for auth and firestore for back end. My thoughts
I'm so confused. I have a form with an input field where you put in a 'title' and an upload file where you upload an 'image'. I created a doc in Cloud Firestore