When you create a Firebase database, it will be created with a unique URL ending in firebaseio.com . Database URL is in the format:
https:
What you want to do is go to the Database tab, switch from cloud storage (beta) to the real-time database using the select button. You can see the URL of your database, as shown below:

Hope this helps!
source share