Cannot find Database URL in Firebase

Hi,
It is my first time using Firebase inside my app and I am trying to connect the two. I have the API key but I cannot find the Database URL Thunkable also asks for. Does anyone know where I can find this?
Thank you

2 Likes

You can find it in the sample code of your project that is given by the setup or simple open the Realtime DB from the side menu and copy the URL that is displayed in the inner browser.

1 Like

Thank you for responding so quickly!
I am not sure if i am in the right place but this is what came up when I opened Realtime DB

1 Like

This screen means you have not created a database yet.

You need to create it to get the URL.

You can see from the project settings

This is how you will see it after creating the database

image

2 Likes

Thank you so much!

1 Like