You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go to http://localhost:4000/firestore and create a document
[REQUIRED] Steps to reproduce
Create a new project with firebase init.
Enable functions and firestore
Run firebase:emulators:start
Go to http://localhost:4000/firestore and create a document
[REQUIRED] Expected behavior
Should be able to create and see the newly created document.
[REQUIRED] Actual behavior
Getting errors when trying to fetch the new document.
Failed to load resource: net::ERR_CONNECTION_REFUSED
http://localhost:8080/v1/projects/myProject/databases/(default)/documents:listCollectionIds
Seems to be a problem given CORS. If I use Firefox instead of Chrome:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://localhost:8080/v1/projects/myProject/databases/(default)/documents:listCollectionIds. (Reason: CORS request did not succeed).
The text was updated successfully, but these errors were encountered:
This issue does not have all the information required by the template. Looks like you forgot to fill out some sections. Please update the issue with more information.
[REQUIRED] Environment info
firebase-tools: 8.7.0
Platform: Windows/WSL
[REQUIRED] Test case
firebase init
.functions
andfirestore
firebase:emulators:start
http://localhost:4000/firestore
and create a document[REQUIRED] Steps to reproduce
firebase init
.functions
andfirestore
firebase:emulators:start
http://localhost:4000/firestore
and create a document[REQUIRED] Expected behavior
Should be able to create and see the newly created document.
[REQUIRED] Actual behavior
Getting errors when trying to fetch the new document.
Seems to be a problem given CORS. If I use Firefox instead of Chrome:
The text was updated successfully, but these errors were encountered: