FirebaseOptions cannot be null when creating the default app flutter
I am trying to run a flutter app locally on my web browser (chrome). I do the following steps: flutter channel stable flutter config --enable-web flutter run -d chrome when I run it, it starts fine, and opens chrome but…