Sketchware Unable to connect to Firebase Realtime Database after the DB URL change

1k Views Asked by At

Recently Firebase Realtime database has gone through internal change in its Database URL. Previously it was MYDB.firebaseio.com. Since last 5-6 days, it has changed to MYDB-default-rtdb.firebaseio.com.

After this change, Sketchware is unable to connect to the newly created databases. Any suggestion or work around?

2

There are 2 best solutions below

0
On BEST ANSWER

As suggested by @YosraHamza, manually adding the additional URL part to our db name solved the problem. Thank you.

0
On

project id: "example-id"

put the project id from "example-id" to "example-id-default-rtdb"

and the bucket URL should be "example-id.appspot.com"