I have a SwiftUI application, which uses Firebase as a back end, and my rules are something like this: rules_version = '2'; service cloud.firestore { match /d
Is there a way to use createAsyncThunk with Firebase listeners, for example firestore.collection.onSnapshot? It may not work because the way onSnapshot works (i
My firestore-firebase database looks like: products -> collection Name | uid1 -> Document id | price : "200" | category: "a" | uid2
I want to create a pagination screen, using Bloc, from the Firestore database. The screen should update on document changes. My FirestoreProviderApi receives fe
And How capitalize the displayName first element? How I get the capital first letter of displayName of user, who just registered on my app and store the first l
I Don't know why I am getting this mail, I never used Firebase Database in my flutter project, After clicking on the hyperlink it redirects to this code rules_
I'm reading data from an Update Cloud Firestore Trigger. The event is a dictionary that contains the data whithin the key ['value']['fields']. However, each of
I saw a similar question here: Is there a workaround for the Firebase Query "IN" Limit to 10? The point now is, with the query in, the union works, but with the
I am building a firebase function that listens to a trigger and sends a push notification to users. The trigger is based on firestore data that's too complex fo
I'm currently working on an app in which you can keep track of Root Canal patients and it was working fine for a long time...but after the new update of the fir
i've been searching for a lot of problem that relate with this but i still didn't find the solution the error say Accessing hidden method Ldalvik/system/CloseG
I have two collections in firestore, 'users' and 'posts'. HomePage is where all the posts are displayed in a listview and every post has a 'like' button. I'm sa
I'm using Swift and Firestore database to implement an app like Twitter. I want to add sweet (it's like tweet) when button is clicked to the database. And then
I'm working with Firebase - Cloud Firestore and at the moment I would like to paginate all the records available. I already have a list of records and what is l
Im wanting to create a doc in Firebase Firestore with Javascript... That doesn't just have the automatic generated ID return addDoc(collection(db, "users"), { b
The time to download an image from firebase storage: 2.59s Is there any way to speed this up to a decent time, or is firebase storage unusable for small files
I am coding an appointment booking application I want to store my own created document in firestore database but in chronological order. So that I can see my la
i tried following some of youtube tutorial video and saw a firestore emulators connect. but after i connect the app. the screen that works properly suddenly don
I have a problem in my flutter app , and the problem is in the storage of firebase . I have a collection with field called avatar(String). It's value comes from
I want to set state in catch even if user offline but firebase V9 setDoc does not give anything in catch when user offline For Example: in Authentication, if t