'Setting up Firebase. Can't find databaseURL
When setting up Firebase I can't find the database URL, the API key is there, but no database URL. Any ideas? (Using Thunkable, btw)
Solution 1:[1]
This means your Realtime Database hasn't been created yet when you got the configuration data.
To fix this, click on the Realtime Database link in the console, create it, and redownload the configuration.
Solution 2:[2]
You need to create a Realtime Database first. If you still cannot sea it after that, try refreshing your page.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Frank van Puffelen |
| Solution 2 | Lord William Morty III |
