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?
As suggested by @YosraHamza, manually adding the additional URL part to our db name solved the problem. Thank you.