Im getting data in my Flutter Web App from my Firebase Collection but my stream builder connection state stuck in the active state and not proceeding to the don
I'm trying to add a new document to a non-existing sub-collection in a document(solutionsCollection/docID/commentsSubCollection). But I'm getting this error mes
I'm having an issue with the following error: Module not found: Error: Package path ./standalone is not exported from package C:\Users\brohj\WebstormProjects\Re
I want to make a firestore call every time the app launches. but the line of accessing firestore or the completion is not being executed. class MoodAnalysisFire
How can I query for "recent trending posts" using Firestore? I am considering it as "recent" if it is was uploaded in the last 4 hours. I am considering it as
I have a list of elements (Tickets) and since I can't convert the json because of one property (in this case user_id) being a document reference, how can I achi
flutter application streambuilder in real time this is group chat app I need to get bool chat vale from firebase firestore if true or false in real time without
I just started using Firebase a couple of days ago for my mobile app, so I’m sorry if this might come off as a stupid question, I’m still learning :
I am trying to create singup form with firebase i am following this video and now i have this error i dont know what is problem and how to fix it This is my aut
I am currently working on a finance app, where the user can create many transactions. To make the user's job a little easier, I want to add transactions that re
So as you can see here's my profile page i just want to create an update method here. Is it possible to do inside this page for the update method? I'm still new
I am trying to understand and use firebasefirestore from android studio with kotlin. I have been following tutorials from the official docs, and from udemy and
here is my manageexam.jsx file this is where the update happen when i click the manage button on the table. i want to update a specific document id (3BelYq7lMxR
I have a field in my Firestore documents that happens to be an array of user IDs, this field is called "tempID", I want to run a query that return all documents
We use firestore several years, and have some SnapshotListener works perfectly till recently caught this exception: com.google.cloud.firestore.FirestoreExceptio
Here's the code for the firebase.js file where I'm getting this error in spite of strictly adhering to the official documentation of Firebase. firebase.js impor
I am working on react-native app, i couldn't able to connect firebase with react-native. @firebase/firestore: Firestore (8.6.3): Could not reach Cloud Firestor
Is there a way to update the likes and replies with firebase firestore? I have reached that moment when I press on like on a single comment but I have only the
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