You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tired setting the app using the instructions from the README file. After setting up Firebase project and copying the GoogleService-Info.plist file, I get the following error,
The default Firebase app has not yet been configured. Add [FIRApp configure] to your application initialization. Read more: https://goo.gl/ctyzm8.
[Firebase/Core][I-COR000012] Could not locate configuration file: 'GoogleService-Info.plist'.
*** First throw call stack:
(
0 CoreFoundation 0x0000000102a041e6 __exceptionPreprocess + 294
1 libobjc.A.dylib 0x0000000107875031 objc_exception_throw + 48
2 CoreFoundation 0x0000000102a79975 +[NSException raise:format:] + 197
3 Runner 0x000000010145f7f5 +[FIRApp configure] + 259
4 Runner 0x00000001013d0ad9 -[FirebaseAnalyticsPlugin init] + 185
5 Runner 0x00000001013d09b8 +[FirebaseAnalyticsPlugin registerWithRegistrar:] + 168
6 Runner 0x000000010137b52c +[GeneratedPluginRegistrant registerWithRegistry:] + 124
7 Runner 0x000000010137b3b3 -[AppDelegate a<…>
Error connecting to the service protocol: Exception: Attempted to connect to Dart observatory 5 times, and all attempts failed. Giving up. The URL was ws://127.0.0.1:8100/ws
Am I missing something?
FYI, I created a new project in Firebase and created a new iOS app. Copy pasted the GoogleService-Info.plist file.
The text was updated successfully, but these errors were encountered:
Hi @theankurkedia
I tired setting the app using the instructions from the README file. After setting up Firebase project and copying the GoogleService-Info.plist file, I get the following error,
The default Firebase app has not yet been configured. Add [FIRApp configure] to your application initialization. Read more: https://goo.gl/ctyzm8.
[Firebase/Core][I-COR000012] Could not locate configuration file: 'GoogleService-Info.plist'.
*** First throw call stack:
(
0 CoreFoundation 0x0000000102a041e6 __exceptionPreprocess + 294
1 libobjc.A.dylib 0x0000000107875031 objc_exception_throw + 48
2 CoreFoundation 0x0000000102a79975 +[NSException raise:format:] + 197
3 Runner 0x000000010145f7f5 +[FIRApp configure] + 259
4 Runner 0x00000001013d0ad9 -[FirebaseAnalyticsPlugin init] + 185
5 Runner 0x00000001013d09b8 +[FirebaseAnalyticsPlugin registerWithRegistrar:] + 168
6 Runner 0x000000010137b52c +[GeneratedPluginRegistrant registerWithRegistry:] + 124
7 Runner 0x000000010137b3b3 -[AppDelegate a<…>
Error connecting to the service protocol: Exception: Attempted to connect to Dart observatory 5 times, and all attempts failed. Giving up. The URL was ws://127.0.0.1:8100/ws
Am I missing something?
FYI, I created a new project in Firebase and created a new iOS app. Copy pasted the GoogleService-Info.plist file.
The text was updated successfully, but these errors were encountered: