I've been trying to get the URL of a Firestore so I can connect to it and use it as my test database instead of the default one, but I can't seem to construct it well. From my research, I generated the URL using this format: https://[Project-ID].firebase.io
What about connecting to another database under the same project?
How do I get the custom URL of a firestore database?
Database & APIs
I already tried https://[Project-ID].firebase.io/[database-name] but it didn't work. When I try to connect using this format, I get the build error as shown below
Yes
5
3 replies