Relative Content

Tag Archive for firebasegoogle-cloud-firestore

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

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.

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.