You can find it in one of the following ways:
Read moreHow do I find my Firebase database URL?
You can find your Realtime Database URL in the Realtime Database section of the Firebase console . Depending on the location of the database, the database URL will be in one of the following forms: https:// DATABASE_NAME . firebaseio.com (for databases in us-central1 )
Read moreWhat is a Firebase data URL?
When you create you Firebase database, it will be created with a unique URL ending in firebaseio.com. The URL of the database follows the format: https://<PROJECT_ID>.firebaseio.com/ What you want to do is go to the Database tab, switch from Cloud Firestore (Beta) to Realtime Database using the select button.28 Kas 2016
Read moreCan you build a website with Firebase?
To use Firebase services use your Google account and login to Firebase website. Click on “Go to console.” Create a project by giving it a name. You will be shown an overview page in which you should select “getting started on Hosting.”
Read moreHow do I add firestore to my website?
Web version 9
Read moreDoes Firebase provide free hosting?
Firebase hosting is not only free service , its an easy way to host as well, as its default provides the SSL certificate so that your website will be hosted securely with HTTPS. Many of the hosting servers are in paid with slow speed.
Read more