Where can I find my Firebase reference URL in Firebase account?

耗尽温柔 提交于 2019-12-03 22:31:29

You should have done searching by yourself first. Here you are,

  1. Open Firebase Console

  1. Select your app, and go to database, marked is the url you need.

For UPDATED UI

Follow the below steps to get it in new UI of Firebase Console:

  1. Go to Database section
  2. Tap Cloud Firebase (marked 1 in picture) and select Realtime Database
  3. Marked 2 is the 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. You will be able to see your DB URL as shown in the following:

I hope this helps!

NOTE: Same for both old and new UI of the firebase.

  1. Go to Authentication Tab and click on WEB SETUP button on the right upper side of the screen.

  2. Now you will see a dialog box opened, you can see a lot of information fields in it and you will also be able to see a field databaseUrl, this is your required field.

If you haven't created Firebase account already, Just Create it first. Head over to console and add a new App over there if not added. If you already got an app just click on it and go to dashboard.

In Dashboard click on Database and you will see the Firebase Reference URL over there. Refer to below Screenshot

I hope it helps you.

Update: UI of firebase has been changed so follow below steps



As Neeraj Chand said: Now there are two kinds of databases on firebase - firestore and Realtime Database. If you are on firestore mode (default) then u might not find the url to db directly. Switch to Realtime Database from the blue dropdown on the top and you will get the url watch this image

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!