Skip to content

Commit be36262

Browse files
committed
MORE update
1 parent 200a34e commit be36262

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/main.firebase.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Future<void> main() async {
3030
// await Admob.requestTrackingAuthorization();
3131
}
3232
}
33-
await Firebase.initializeApp();
33+
3434
await Hive.initFlutter();
3535
await Hive.openBox('app');
3636
UIUtils.setLightStatusBar();
@@ -44,6 +44,6 @@ Future<void> main() async {
4444
FlutterError.onError = (FlutterErrorDetails err) {
4545
FirebaseCrashlytics.instance.recordFlutterError(err);
4646
};
47-
47+
4848
runApp(ProviderScope(child: AppNavigator(observers)));
4949
}

0 commit comments

Comments
 (0)