How to remove/hide Firebase warning "Running in emulator mode. Do not use with production credentials" when using Flutter?
When using Firebase in a Flutter app and enabling emulators for local/offline development, I cannot find a way to hide the "running in emulator mode" warning. Enabling in flutter: FirebaseAuth.instance.useAuthEmulator(host, 9099); What you see when running on a platform.... I'm…