await initFirebase(); moving after final appState = FFAppState(); issue

Troubleshooting

seems I am the first to report on this. in an update in the last hour or so , FF moved the initFirebase(); in the main.dart to after initializing the app state (final appState = FFAppState(); ) . this creates errors.

What have you tried so far?

searching on community > nothing
moving the await initFirebase(); to before (final appState = FFAppState(); ) as it used to be > working well.

Did you check FlutterFlow's Documentation for this topic?
No
5
10 replies