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.
await initFirebase(); moving after final appState = FFAppState(); issue
Troubleshooting
searching on community > nothing
moving the await initFirebase(); to before (final appState = FFAppState(); ) as it used to be > working well.
No
5
10 replies