Upload File (image and apk) to independent Firebase Storage
I have one use case where I need to upload the image and apk file to Firebase Storage.
Has anyone else faced an infinite loading screen when viewing firebase firestore documents?
Weird Error on the firebase site itself
What is the recommended way to store fields that require restricted characters in firebase?
I am currently working on a calorie tracking app that uses firestore.
firebase signInWithPopup not retuning auth/account-exists-with-different-credential, it just overwrites
I have a signin page using both email and Google providers, however, I am getting the strange situation where if I register with an email + password, then sign in with Google, signInWithPopup then removes the password/email signin method from the user account.
FirebaseError: Invalid query. All where filters with an inequality
According to this documentation of compound queires I can make queries like this
Error creating single-field vector index in Firestore with gcloud CLI
I’m trying to create a single-field vector index in my Firestore database using the gcloud command-line interface (CLI) to enable vector search functionality. However, I keep getting this error:
Firestore pricing related to collectionReferences
how many reads are counted for the following query?
Firestore pricing related to collectionReferences
how many reads are counted for the following query?
Firestore database structure
I have a web application that uses Firestore as a database. It helps teachers manage classes, students, and lessons. When a teacher logs into the app, they can select one of the classes they are in charge of. After selecting a class, they can choose one of the students from that class. Once a student is selected, the teacher can see a list of lessons the student participated in within a day or a month.
Firestore database not recognized when “firebase init”
I’m using react and I want to use firestore as a database. I got so stuck on this that I’m now rebuilding the entire project. I’ve ran: