Error In Flutter: FirebaseOptions cannot be null when creating the default app.

If you have stumbled upon this error: “FirebaseOptions cannot be null when creating the default app”. From what I can tell I see that there can be a few different issues. One of them is that you are using a lower version of Flutter which have the requirement of the function of Firebase.initializeApp() to pass …