firebase
firebase copied to clipboard
Modular Firebase 🔥 implementation for NativeScript. Supports both iOS & Android platforms for all Firebase services.
An interface (or type) cannot have a member with a "static" modifier.
Following the instructions to [Disable Ad Id usage on iOS](https://github.com/NativeScript/firebase/blob/main/packages/firebase-analytics/README.md#disable-ad-id-usage-on-ios), I placed line `$NSFirebaseAnalyticsWithoutAdIdSupport = true` at the top of my `App_Resources/iOS/Podfile`. However, when I then clean and build the...
Is there any way to get notification message `didReceiveRemoteNotification` from third party push notification services?
With the latest changes (3.2.3), I'm getting an error when trying to register device and get token on Android. The same code has been working fine with version 3.2.0. The...
firebase["ServerValue"].TIMESTAMP how do we use this in a new library
Hi, The documentation talks about how the application state affects notifications while in foreground and background, but there is no information on when the application is killed. Is there anything...
CLI: 8.6.5 @nativescript/core: 8.6.2 @nativescript/firebase-analytics: 3.2.2 @nativescript/firebase-core: 3.2.2 @nativescript/firebase-crashlytics: 3.2.2 @nativescript/firebase-messaging: 3.2.2 Were there any breaking changes in the latest versions of firebase-core analytics, crashlytics or messaging? After updating from...
Hi! I got another error in the firebase-analytics lib. An uncaught Exception occurred on "main" thread. Calling js method run failed Error: java.lang.Exception: Failed resolving method setConsent on class com.google.firebase.analytics.AnalyticsKt...
I have an issue using this plugin on iOS. I receive this error when trying to get Firebase token: `No APNS token specified before fetching FCM Token` I put GoogleService-Info.plist...
When listening to onMessage, onNotificationTap there is no way to remove listeners and is leading to memory leak ``` // on message firebase() .messaging() .onMessage(async (remoteMessage) => { console.log({ remoteMessage...