Firebase Realtime DB URL Parsing Issue

I have an issue connecting to the Firebase Realtime DB.

When I call Save Function I get this error:
FIREBASE FATAL ERROR: Cannot parse Firebase url. Please use https://.firebaseio.com

My Database url is following another format:
PROJECT_ID-default-rtdb.REGION_CODE.firebasedatabase.app

My Conclusion is that this format is not supported by Thunkable for some reason. Although, it is in Firebase documentation (Please refer to the following link:
https://firebase.google.com/docs/projects/learn-more
)

Update:
The first format is for US DB, and the second is for EU DB

1 Like

Check this

And this

1 Like

thank you, so the issue was already mentioned before. I guess it is a feature to be considered as having access to the EU DB is always a plus.

1 Like

You can raise a bug report in GitHub if you want.

1 Like