Thunkable is not connecting to Firebase realtime db. Please help
sketch
June 18, 2021, 8:54am
2
Hi there where is the DB storage location.
EU or US?
Welcome @deirk6tv9h5 to the thunkable community
Firstly , There Might Be 2 Errors. One is That Maybe Your DB Has Been Used For More Than 30 Days(i need @domhnallohanlon & @jane 's Confirmation on this).
And Another Issue May be that Your DB Is connected to a European server.
Bug Reported here:
opened 08:28PM - 14 Jun 21 UTC
Thanks so much for filing an issue or feature request! Please fill out the follo… wing (wherever relevant):
The more info, the faster we will be able to address it!
### Platform
Xthunkable (General)
### Issue/Request Origin
When I tried to save and fetch data from the Firebase Realtime DB (EU based DB).
### Steps to Reproduce
1. Create a Firebase Realtime DB
2. Choose the location of the DB to be EU (it works fine with US)
3. DB URL with (firebasedatabase.app) will be generated
### Project Link
https://community.thunkable.com/t/firebase-realtime-db-url-parsing-issue/1342270/2
The EU generated url link format:
PROJECT_ID-default-rtdb.REGION_CODE.firebasedatabase.app
US generated url link format:
PROJECT_ID.firebaseio.com
### Expected Behavior
I expected to connect to the DB as usual
### Actual Behavior
It gave an error, that it couldn't parse the Firebase DB URL
Error received
```
FIREBASE FATAL ERROR: Cannot parse Firebase url.
```
1 Like