Search code examples
firebasefirebase-realtime-databasegoogle-cloud-firestorefirebase-console

How to get the URL of the firebase I am connecting?


I am new to Firebase.I just opened https://console.firebase.google.com and I made a database ng-recipe-book and from where I can get the URL of the firebase I will connect to?

Recently,I am learning firebase from video and it setups the rule for read and write and when it switches the tab then URL to connect firebase is automatically appears.But in my context ,it is showing blank.How can I get the URL info?

It is the video tutor is teaching me: enter image description here

But in my context ,it is shown as : enter image description here

enter image description here

From,where I can see the URL to connect with the firebase?


Solution

  • Its because you are using cloud firestore, switch to realtime database then you will se Url.enter image description here

    Like in the above image choose Realtime Database Option then you will see the url.