im trying to add post to my firebase database but i got error like in the title (Uncaught (in promise) FirebaseError: Function addDoc() called with invalid data
I'm using firebase for the first time in vue.js. After installing firebase using npm, I added it to main.js as follows. //main.js import { createApp } from "vue
My assumption was that Firestore would not consider the client cache when evaluating Read usage. However, when I have persistence enabled in my application, it
I'm trying to run a simple query, where I search for a document that contains a value inside an object array. For instance, look at my database structure: I wa
Based on new version of firebase dependencies in flutter, there is new filters such like isNotEqualTo, arrayContains, arrayContainsAny, whereIn and so on. I try
I am new to firebase and wanted to update the Authorized domains(was able to add domains a few weeks ago) for the authentication, but I am unable to delete or
We are looking for a way to download from Gitlab an Android .apk that was distributed via Firebase and is located in the (APP Distribution) section, to upload i
I am trying to retrieve the resultant array of collections that has documents mapping to their respective collections in firebase v9. For example, I have this w
I am trying to use a Firestore data converter inside a transaction where I am adding a record to a collection (entries) and updating a counter in another collec
i am using Firebase but when I try to make a reset pass word link this error ocour's . What is the reason behind it and how can I solve this error. I have tried
I have a NodeJS application and I'm trying to write some tests. Currently, I'm trying to stub Firebase. Current code: sinon.stub(firebase, 'initializeApp'); con
I want to use firebase but i want that i will get realtime users on the app. But not getting how to get it as i found this is the firestore DB
I have a c# project and I'm trying to update a single value of an object using FireSharp. However, when I do, it deletes the other objects that are strings. tld
I'm using a free plan of firebase storage. All working good but the image not loading on my flutter web. I'm getting this error. Access to XMLHttpRequest at 'ht
I am trying to create a simple web app in node.js (backend only), which would store some user data on Firestore. I want to use my own credentials management, an
I am facing this issue while deploying my firebase function through Git Actions Firebase CLI v10.0.1 is incompatible with Node.js v10.24.1 Please upgrade Node.j
I'm creating a .NET MAUI application using the current preview 11. When I tried to implement Push notifications I added the Xamarin.Firebase.Messaging package a
Everything is looking fine but i am not able to undertand why every time it is showing only registration failed... please help me out
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