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,
I tried so much to convert kivymd code into .exe by using PyInstaller the error i getting was -modulenotfound no module named kivy.graphics.buffer while solving
this is the formField that is uploading no value i tried using a controller but seems now event compatible.the rest of the textformfields are working but i dont
I am struggling to find a solution that isn't UIKit, or one that requires you make a purchase. My project is trying to integrate Stripe in SwiftUI, using node.j
I would like to create an Object using data from my Firebase database. I get the data correctly, but I can't create that Objet in the way im trying. I have no i
Let's say I use the website: redacted.com Website works fine when I am using it normally. When I start using BURP SUITE PROXY to intercept requests, I start to
I use this code to get a collection snapshot from Firestore. firestore().collection('project').where('userID', '==', authStore.uid).onSnapshot(onResult, onError
I have my user struct with has a dictionary of all their social medias. struct User: Identifiable { var id: String { uid } let uid, email, name, bio, profileI
Looking to build a CRM type application and need to separate the data for each client in the firestore database. Whats the best way to structure the data? If we
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