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
You should have done searching by yourself first. Here you are,
For UPDATED UI
Follow the below steps to get it in new UI of Firebase Console:
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!