Hello,
We are using Firestore in Native mode and using Web API performing CRUD operation & real-time updates to the firestore.
For one user the real-time updates GET call always returning ERR_ABORTED 400 Error (url : https://firestore.googleapis.com/google.firestore.v1.Firestore/Listen/channel).
Writing data to firestore works fine but read operation always returns error.
The problem occurs only to one user suddenly & for all other users everything works fine.
Has anyone faced similar issue kindly support.
Hi,
I had to reply as I too had the issue - and stumbled across your post whilst looking for an answer.
You more than likely have fixed the issue but seeings as this has no response, I thought that I would provide what fixed my problem.
This was the solution to my problem:
Open FlutterFlow
Select Settings
Select Project Setup > Firebase
Scroll down to Advanced Settings and expand it
Remove any values within the Firestore Database ID textbox
Another possible cause could be:
Start a web browser and login to the Firebase site
Open the Project that you are working with
Select Firestore Database (from the left side menu)
Your Database ID (the name just above + Start Collection) should read (default), not default and not something else.
- if it is not (default) then delete the database and recreate it. Be sure not to give it an ID.
I hope that it helps someone else out.