Hi all,
I am working on an app that was called ABC (not really, but you get the point) and uses a Firebase project with the ID ABC-123. Now I decided to rename the app to XYZ, and so I would like to have the Firebase project also use XYZ-123 as Id (or at least use XYZ whenever the user may see the project name). There is no production data in the Firebase project, so I could just change to a new one.
So how do I do this? Can I just create a new Firebase project and then connect my FlutterFlow project to the new Firebase project?
Cheers,
Bastian