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

前端 未结 8 625
半阙折子戏
半阙折子戏 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

    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://.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!

提交回复
热议问题