I have an Android app that I want to publish early next year. Use of this app will be restricted to Europe - and while there's no personal information stored yet, it seems to be a good idea to future-proof this by moving the RTDB to a european location now rather than later, after release and with much more data to move.
The Firebase project for this is on a Spark plan right now, which means that I can't simply create an additional database in the same project.
There's an option to "disable database", so I wonder if it would be a viable way to:
1. export all data
2. delete all data
3. disable the current DB
4. create a new DB
5. import data
Will I be able to select a database region by doing so? Would there be any delay between deleting the current DB and being able to create a new one? If so, are we talking about days, weeks, months?
If this is not an option, what would be? Creating a new project and moving my app to that?
Thanks in advance for any ideas!