Default FirebaseApp failed to initialize because no default options were found. This usually means that com.google.gms:google-services was not applied to your gradle project. 1.打开根目录中的build.gradle 2.buildscript->dependencies->将com.google.gms:google-services版本修改为classpath 'com.google.g...
This problem occurs when The program does not running(terminated) I use this for init firebase await Firebase.initializeApp(options: DefaultFirebaseOptions.currentPlatform); Click To Expand Crash log I/flutter (31950): FlutterFire Messaging: An error occurred in your background messaging handler: ...
- firebase_core_platform_interface 4.5.0 [collection flutter flutter_test meta plugin_platform_interface] - firebase_core_web 1.7.1 [firebase_core_platform_interface flutter flutter_web_plugins js meta] - firebase_database_platform_interface 0.2.2+1 [collection firebase_core flutter meta plugin_pla...
Android Studio 配置为“DEFAULT”且产品为“”的资源“attr/scaleType”的值重复当我尝试构建apk或运行应...
Future<void>main()async{WidgetsFlutterBinding.ensureInitialized();awaitFirebase.initializeApp( options:DefaultFirebaseOptions.currentPlatform, );// await FirebaseApi.addRandomUsers(Users.initUsers);runApp(constMyApp()); } Logs Building macOS application... ...
- badges 3.1.1 [flutter] - blurhash_dart 1.2.1 [image] - carousel_slider 4.2.1 [flutter] - chroma 0.1.2 [vector_math logging image] - cloud_firestore 4.8.0 [cloud_firestore_platform_interface cloud_firestore_web collection firebase_core firebase_core_platform_interface flutter meta] ...
Bug report I am developing a mobile app using flutter. However, when I run the app, I get an error saying "Unhandled Exception: [core/no-app] No Firebase App '[DEFAULT]' has been created - call Firebase.initializeApp()" The condition of ...
firebase_core firebase_core_platform_interface flutter] - collection 1.16.0 - connectivity 3.0.3 [flutter meta connectivity_platform_interface connectivity_macos connectivity_for_web] - cross_file 0.3.3+1 [js meta] - device_calendar 4.2.0 [flutter collection sprintf timezone flutter_native_time...
I can confirm the clearing the application storage on the developer console solves the problem temporarily, but it is not the best solution. jorgeroncero commented Aug 30, 2022 This is happening to me aswell with version Firebase JS SDK 9.9.0 wrapped within Flutter Firebase SDK. It happens ...