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
{{ message }}
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
I have integrated "@nativescript/firebase": "11.1.3" for barcoding scanning by taking the image from the gallery and its working fine in native script 7.
I have just migrated my project from 7 to 8, now it's giving me the error as below:
JS: Error in firebase.mlkit.scanBarcodesOnDevice: Error: java.lang.IllegalStateException: Default FirebaseApp is not initialized in this process com.atd.atdmobileapp. Make sure to call FirebaseApp.initializeApp(Context) first.
JS: ML Kit error: Error: java.lang.IllegalStateException: Default FirebaseApp is not initialized in this process com.atd.atdmobileapp. Make sure to call FirebaseApp.initializeApp(Context) first.
I have integrated "@nativescript/firebase": "11.1.3" for barcoding scanning by taking the image from the gallery and its working fine in native script 7.
I have just migrated my project from 7 to 8, now it's giving me the error as below:
JS: Error in firebase.mlkit.scanBarcodesOnDevice: Error: java.lang.IllegalStateException: Default FirebaseApp is not initialized in this process com.atd.atdmobileapp. Make sure to call FirebaseApp.initializeApp(Context) first.
JS: ML Kit error: Error: java.lang.IllegalStateException: Default FirebaseApp is not initialized in this process com.atd.atdmobileapp. Make sure to call FirebaseApp.initializeApp(Context) first.
Please help me @hdeshev @acrollet @Lampei @rhrn i m stuck on this.
The text was updated successfully, but these errors were encountered: