So I'm making a React program that's about sports. In there I have a table that shows user inputs and those are saved in Firebase realtime database. I'm getting
I am trying to run in the terminal of the vs code since I plan to host this online already: npm install -g firebase-tools But it is stuck here: This is my pac
I have a question about Firebase Database security rules. I want only some documents to be reflected in the application. I tried to create a "published" field i
I am trying to update my firebase database based on "aadhar" field but I am failing to do it so. I don't know where it is going wrong. Here is my activity code
_getLatestCompletedWorkout() async { try { QuerySnapshot workouts; workouts = await FirebaseFirestore.instance .collection('users')
I am learning how to set up and host a webpage through firebase, and when I attempt to initialize the project (by running firebase init in the firebase CLI) eve
Okay so I've got two react native componenet DateTimePicker that I use to collect a date and time from the user using the following on change func const onChan
I have been scouring the internet for days on a solution to this problem. That is, how to handle aggregation when there is no network connection? I have a task
In Firestore, I have a collection of fruits containing documents with automatically generated ids, and a name property. I want to insert a new fruit document, w
Some reason, I just am not getting it. I want to add a new document to a sub-collection. Here is my layout as follows: Users----------- Collection UID--------
Hi I would like for the addUserToFirestore() function to trigger after the code above has done being executed Future<void> registerAccount( String e
How do I configure proguard/R8 to keep all the fields and methods of a class if the class contains an annotated field? I have a class public class MyDocument {
My project has a document with two or more references, sometimes I need to load these references data before display the data itself. For example: "Item" docume
I have a react application deployed successfully to a S3 bucket. I need to find a way to password protect access to the s3 url, for example if you open the url
Simple and quick question (And yes I google it first, got mislead to phone number verification and other stuff), Anyways! back to the point Why when I input dat
Migrating our database from firestore native mode to Datastore mode , Any Google cloud utility
I am using Firebase Firestore in my flutter application. Everything works fine in debug mode. But, in release mode I get the following error. I saw a similar qu
I made a simple chat app using Flutter. My app is functioning perfectly fine (getting and dumping data into firebase) but once my messages get into my database,
I am able to run the app in Debug mode in XCODE and simulator without any errors. But when I build for Release Mode the build fails with below 2 errors: 'Fireb
I've been facing this issue for the past few days. I digged as far as i could on it and couldn't find a solution. I'm using React Native 0.64.2 and the last Fir