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
It should initialize all crashlytics functionalities.
Actual Behavior
when I execute the initialise() function, it result in an exception that crash the app:
ERROR
TypeError: Object(...) is not a function
message:"Object(...) is not a function"
ngDebugContext:DebugContext_ {view: Object, nodeIndex: 47, nodeDef: Object, …}
ngErrorLogger:function () { … }
stack:"TypeError: Object(...) is not a function
at FirebaseCrashlytics.initialise (file:///android_asset/www/build/vendor.js:71737:136)
at LoginPage.webpackJsonp.27.LoginPage.login (file:///android_asset/www/build/main.js:3429:15)
at Object.eval [as handleEvent] (ng:///AppModule/LoginPage.ngfactory.js:85:35)
at handleEvent (file:///android_asset/www/build/vendor.js:12331:138)
at callWithDebugContext (file:///android_asset/www/build/vendor.js:13795:42)
at Object.debugHandleEvent [as handleEvent] (file:///android_asset/www/build/vendor.js:13383:12)
at dispatchEvent (file:///android_asset/www/build/vendor.js:8924:21)
at file:///android_asset/www/build/vendor.js:9535:20
at HTMLButtonElement.<anonymous> (file:///android_asset/www/build/vendor.js:32563:53)
at t.invokeTask (file:///android_asset/www/build/polyfills.js:3:15660)"
Expected Behavior
It should initialize all crashlytics functionalities.
Actual Behavior
when I execute the initialise() function, it result in an exception that crash the app:
Steps to Reproduce the Problem
just implement the basic method
Specifications
Plugin version:
cordova-plugin-firebase-crashlytics 0.0.6 "Cordova Firebase Crashlytics Plugin"
cordova-support-google-services 1.4.1 "cordova-support-google-services"
Framework version and more:
The text was updated successfully, but these errors were encountered: