firebase icon indicating copy to clipboard operation
firebase copied to clipboard

Modular Firebase 🔥 implementation for NativeScript. Supports both iOS & Android platforms for all Firebase services.

Results 59 firebase issues
Sort by recently updated
recently updated
newest added

I'm converting an app from the old @nativescript/firebase library, and this is just about complete and fully functional on Android. I just tried running this on iOS, and the app...

Hi all When I add "@nativescript/firebase-crashlytics" to my Nativescript app, the compilation fails with the following error: ***** Fatal JavaScript exception - application has been terminated. ***** NativeScript encountered a...

### Description On Android, crashing the application with firebase().crashlytics().crash() at launch or on tap of a button doesn't seem to create a report and send it to the Firebase console....

In release 2.5.2 the APNS-token is not available, only the FCM token is. Even running this will return the FCM-token: ```ts MessagingCore.getInstance().getAPNSToken() ``` In 2.5.1 the APNS token is returned...

Error: An unknown error occurred, please check the HTTP result code and inner exception for server response. ```const file = File.fromPath(files.files[0], true);``` gives me "_path": "/storage/emulated/0/Download/877981_QSG_SSB600-SOUNDBAR_ml.pdf", "_name": "877981_QSG_SSB600-SOUNDBAR_ml.pdf", "_extension": ".pdf"...

I have upgraded my nativescript project from 6 to 7, as part of upgrade process I've to change my nativescript-plugin-firebase: 10.6.3 to @nativescript/firebase: 11.1.3. When I run android using "tns...

In many instances it is desirable to handle notifications differently depending on if the message was received while the app is in the foreground vs when it is in the...

enhancement
android

In android when i set `showNotificationsWhenInForeground` to true the app doesn't show the notification if it is in the foreground ```ts firebase().messaging().showNotificationsWhenInForeground = true; ``` https://github.com/NativeScript/firebase/blob/main/packages/firebase-messaging/README.md#always-show-notifications-when-the-application-is-in-foreground

Hi @NathanWalker and @triniwiz I am facing a multiple call in firebase! IOS does 2 calls and android call 2 times ! ```ts JS: Logged in to firebase JS: Logged...

Hi @NathanWalker When I call `firebase().auth().addAuthStateChangeListener` that will throw error ```ts NativeScript encountered a fatal error: Uncaught Error: The default FirebaseApp instance must be configured before the default Authinstance can...