Category "google-cloud-firestore"

io.grpc.StatusRuntimeException: INTERNAL: Received unexpected EOS on empty DATA frame from server

We use firestore several years, and have some SnapshotListener works perfectly till recently caught this exception: com.google.cloud.firestore.FirestoreExceptio

Why getting firebase is not defined error?

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

@firebase/firestore: Firestore (8.6.3): Could not reach Cloud Firestore backend. Backend didn't respond within 10 seconds

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

How can I update nested array in Firestore?

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

How to set data in Firebase .onSnapshot()

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 =

Firebase addDoc not writing data to Firestore

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

Error output from CocoaPods: ↳ Searching for inspections failed: undefined method `map' for nil:NilClass

So, guys, this problem happening every time when i try to add a cloud_firebase in pubspec.yaml. My mac is working on intel processor, so the solution sudo arch

How do I list all data in react native firestore? [closed]

I want to see the posts made by all users. so i want to get all data regardless of user id function storePostData(){ firebase.firest

Uncaught (in promise) FirebaseError: Expected type 'Zu', but it was: a custom ea object

I'm trying to get data from firestore and show it in the frontend. But I keep getting this error "Uncaught (in promise) FirebaseError: Expected type 'Zu', but i

Delete user account in firebase

i have a flutter application where users have an email and password (accounts) and i want to give the user the option to delete their account if they want to, t

Grey screen in release mode (IOS - Flutter)

I am getting a grey screen on two pages in my app, I m facing this problem only in release mode when I installed it from TestFlight. there is no error in debug

How to get a Fieldvalue only if other fieldvalues in the same document are true

How to: If I want to retrieve a FieldValue (String) only if in the same document there is another field (boolean) which is true. For Example: If I have a Docume

How to add element to array at firestore database? (python)

I need to add some value (val) to existing array in google.cloud.firestore document. I found solution like that: database.collection('collection_name').document

Getting this flutter error when calling the nested list of data from firestore database. Getting null method call []("orientation")

I'm getting this null error when calling the firebase firestore database. It's working fine with my other data. Only getting error with this nested List of 'ori

Unable to use Dynamic data into react-native-chart-kit

I tried to render fetched data from the firestore and display them into react-native-chart-kit. However, I always face the below error: invalidNumber: M0,0 L-I

How to retrieve large datasets from Firestore in chunks?

My app has around 50K objects. And I need to retrieve atleast 10000 objects to build charts for stats; I am not able to get more than 600 objects in a single ca

How would I get the data I need from this array?

I am trying to get all the data from my firebase firestore and put it into a javascript react table but I am having a difficult time. async function GetAllDataO

Why can't I display more data from firebase?

I know I am making a mistake somewhere. I am trying to display all food items from my firebase database onto my restaurant website. So far, I can only display "

Firebase not returning ID in useCollectionData

I'm trying to make a simple firebase to-do app. I can write todos, no problem. However, when I try to delete a todo or mark one as complete, it seems the id is

Using Firebase Security Rules from a web server

Do any of the Firebase Node/JS SDKs support making calls to Firestore from a node server or cloud functions (e.g. nextjs, remix) on a users behalf, respecting s