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