I created a flutter project with my personal firebase, but now the client has already created his firebase, how do I change the account in a project, I’ve searched the documentation but without success?
I created a flutter project with my personal firebase, but now the client has already created his firebase, how do I change the account in a project, I’ve searched the documentation but without success?
2
Answers
Unfortunately there is no easy way to switch.
The information you configured when you first created flutter project on firebase, it has be configured again with clients Firebase.
For example -> replace old GoogleService-info.plist, android package name and iOS bundleID with the new one.
Note
Some parameters of FlutterFire are optional, Flutterfire will try figuring out the correct values. Check all parameters with
flutterfire --help config
.