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 am also facing similar issue after installing this plugin.
firebase auth is not working returning below error.
2018-05-26 15:23:45.333437+0530 The Xavier's Connect[5753:2255300] 4.13.0 - [Firebase/Core][I-COR000003] The default Firebase app has not yet been configured. Add [FIRApp configure]; (FirebaseApp.configure() in Swift) to your application initialization. Read more: https://goo.gl/ctyzm8.
2018-05-26 15:23:45.344879+0530 The Xavier's Connect[5753:2254784] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'The default FIRApp instance must be configured before the default FIRAuthinstance can be initialized. One way to ensure that is to call [FIRApp configure]; (FirebaseApp.configure() in Swift) in the App Delegate's application:didFinishLaunchingWithOptions: (application(_:didFinishLaunchingWithOptions:) in Swift).'
*** First throw call stack:
I am also facing similar issue after installing this plugin.
firebase auth is not working returning below error.
2018-05-26 15:23:45.333437+0530 The Xavier's Connect[5753:2255300] 4.13.0 - [Firebase/Core][I-COR000003] The default Firebase app has not yet been configured. Add [FIRApp configure]; (FirebaseApp.configure() in Swift) to your application initialization. Read more: https://goo.gl/ctyzm8.
2018-05-26 15:23:45.344879+0530 The Xavier's Connect[5753:2254784] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'The default FIRApp instance must be configured before the default FIRAuthinstance can be initialized. One way to ensure that is to call [FIRApp configure]; (FirebaseApp.configure() in Swift) in the App Delegate's application:didFinishLaunchingWithOptions: (application(_:didFinishLaunchingWithOptions:) in Swift).'
*** First throw call stack:
Cordova Ios: 4.5.4
cordova-plugin-firebase: 1.0.5
cordova-plugin-firebase-invites:1.0.2
Any suggestion to resolve this issue?
The text was updated successfully, but these errors were encountered: