Unhandled Exception: [core/not-initialized] Firebase has not been correctly initialized.
Unhandled Exception: [core/not-initialized] Firebase has not been correctly initialized.
Usually this means you've attempted to use a Firebase service before calling `Firebase.initializeApp`.
View the documentation for more information: https://firebase.flutter.dev/docs/overview#initialization
画面が白い場合、突然このようなエラーが発生しました.Future<void> main() async {
WidgetsFlutterBinding.ensureInitialized();
await Firebase.initializeApp();
runApp(const MyApp());
}
通常、initialzie
は行われない.これもできない場合は、
google-services.json
またはGoogleServices-Info.plist
がそれぞれ{flutter-project}/android/app
および{flutter-project}/ios/Runner
にあることを確認してください.Reference
この問題について(Unhandled Exception: [core/not-initialized] Firebase has not been correctly initialized.), 我々は、より多くの情報をここで見つけました https://velog.io/@terman/Unhandled-Exception-corenot-initialized-Firebase-has-not-been-correctly-initializedテキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol