I created a database in the Firebase Realtime project, but now it seems that the location I picked was not the best choice, therefore I wanted to migrate the data.
It turns out that there is no possibility to automatically move/migrate the database, so I figured I would remove the invalid DB, create a new one and set it as default, then remove the old one.
Unfortunately, it seems that this is impossible as the default database doesn't have 'Delete' option as documentation mentions. API methods for firebase admin management don't have this feature listed as well.
The question is: is it possible / how to set another database as a default one?
Thanks and best regards!