Error while I try to connect with 2 firestore projects from my react web app?
I get the error message ‘FirebaseError: Missing or insufficient permissions.’
I get this error only when I try to access second firestore(‘db2’), No problem when accessing ‘db1’
Firestore Query: implement “AND” and “OR” logic
Is there a way to query for documents where the userId matches and the document started or ended this day? I know firestore supports “OR” operator but im not sure if im implementing the implicit “and” operator correctly
How do I get the user id of the person who created a document in Firestore?
I added authentication from firebase to my client app and am using firestore for the client to create posts.
Moving a collection (and everything contained within it) to another firebase project
It seems that this question, has in many different manners been asked (most promising were this post and this one.
However, they are either above my current familiarity with google services or formulated in a manner where I’m not confident this is the same problem. As I can’t imagine being the only one having to do this, here is the question:
Firebase Firestore Error 400: WebChannel Transport Error
I am trying to set up Firebase authentication and Firestore in my web application. The user authentication works fine, but when I try to add a document to Firestore, I encounter a 400 error with the message Connection WebChannel transport errored.
firebase firestore querying based on nested attribute
Here is how the data is structured in my firebase firestore
Google firestore losing connection and not reconnecting
I am continually getting these errors in my console and in logrocket, where the status of the request is failed https://firestore.googleapis.com/google.firestore.v1.Firestore/Listen/channel?gsessionid={sessionId}&VER=8&database=projects%2F{project-id}%2Fdatabases%2F(default)&RID=rpc&SID=K27t2X6s-fMH7p5g_cW8VQ&AID=126&CI=0&TYPE=xmlhttp&zx=zdzob1237mbu&t=2
Firebase is not connecting locally
I have a React application and I use firebase
for authentication, database and storage. I had to update the firebase
version, because from my old version, we can’t logging using the Google
option anymore.
Restricting Firestore access by service account
I have a node app that uses the firebase sdk to read/write to a firestore db.
How to listen to button triggers using Firebase
I have two clients and I’m looking for a way to send a button click on one client and listen on the other client.