I currently have a "dev" instance of the Firestore configured for my iOS project in Flutter. Originally I followed this guide and everything went smoothly.
Now, however, I also need to configure a separate "production" instance of Firestore for the production environment while also keeping the existing dev one.
Looking through the docs, there doesn't seem to be a way of achieving this through the flutterfire
CLI alone.
My question is, what should be done exactly for 2 or more Firebase environments to be configured for a Flutter app on iOS? Do I need to "roll back" everything that was added by the CLI and re-configure everything manually?