I'm trying to set data with this function and its not setting the variable. How can I set information for outside use with this? Here is my code const docRef =
I'm trying to write some data to my Firestore database. I've been following Firebase docs but for some reason nothing is being written to my database. I'm not r
So, guys, this problem happening every time when i try to add a cloud_firebase in pubspec.yaml. My mac is working on intel processor, so the solution sudo arch
I want to see the posts made by all users. so i want to get all data regardless of user id function storePostData(){ firebase.firest
I'm trying to get data from firestore and show it in the frontend. But I keep getting this error "Uncaught (in promise) FirebaseError: Expected type 'Zu', but i
i have a flutter application where users have an email and password (accounts) and i want to give the user the option to delete their account if they want to, t
I am getting a grey screen on two pages in my app, I m facing this problem only in release mode when I installed it from TestFlight. there is no error in debug
How to: If I want to retrieve a FieldValue (String) only if in the same document there is another field (boolean) which is true. For Example: If I have a Docume
I need to add some value (val) to existing array in google.cloud.firestore document. I found solution like that: database.collection('collection_name').document
I'm getting this null error when calling the firebase firestore database. It's working fine with my other data. Only getting error with this nested List of 'ori
I tried to render fetched data from the firestore and display them into react-native-chart-kit. However, I always face the below error: invalidNumber: M0,0 L-I
My app has around 50K objects. And I need to retrieve atleast 10000 objects to build charts for stats; I am not able to get more than 600 objects in a single ca
I am trying to get all the data from my firebase firestore and put it into a javascript react table but I am having a difficult time. async function GetAllDataO
I know I am making a mistake somewhere. I am trying to display all food items from my firebase database onto my restaurant website. So far, I can only display "
I'm trying to make a simple firebase to-do app. I can write todos, no problem. However, when I try to delete a todo or mark one as complete, it seems the id is
Do any of the Firebase Node/JS SDKs support making calls to Firestore from a node server or cloud functions (e.g. nextjs, remix) on a users behalf, respecting s
I have a collection called users from Firebase as users. I can list the users in this collection. but while listing, I want to print these users to the list wit
I'm receiving this error because some of my contents don't have ['ses'] in firestore. Half of the contents have this and the other half do not have it. How can
I have the following Firestore stream: FirebaseFirestore.instance.collection("users").orderBy("timestamp", descending: true).snapshots().listen((value) async{
I have a feature in my program where I have to enter the user's details such as the user's age, height, and weight. This data will be stored in Firestore. this