FOBABS
 · Building CPayant

How do I get the custom URL of a firestore database?

Database & APIs

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?

What have you tried so far?
  • 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

Did you check FlutterFlow's Documentation for this topic?
Yes
5
3 replies