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

前端 未结 8 618
半阙折子戏
半阙折子戏 2021-02-06 23:07

In the third last line of the below code, how can I find the firebase URL. I am not able to find it. Can anyone provide me the best link on how to setup firebase facebook login

相关标签:
8条回答
  • 2021-02-06 23:39

    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

    0 讨论(0)
  • 2021-02-06 23:39

    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!

    0 讨论(0)
提交回复
热议问题