I use some of the Flutter-Fire plugins in my app. I initialize Firebase normally in the main() method like this:
main()
await Firebase.initializeApp();