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 receiving this warning every time I build my app: ``` export 'RewardedAdEventType' (imported as 'RewardedAdEventType') was not found in '@nativescript/firebase-admob' (possible exports: AdChoicesPlacement, AdEventType, AdRequest, Admob, AdmobError, AdsConsent, AdsConsentDebugGeography,...

Network request are not monitored on android and won't show up, iOS works. Probably something is missing of step 2: https://firebase.google.com/docs/perf-mon/get-started-android#add-perfmon-plugin

Building with Xcode 16 induces errors `unsupported option '-G' for target 'arm64-apple-ios14.0'` This issue was addressed in gRPC 1.65.2 (https://github.com/firebase/firebase-ios-sdk/issues/13115). But I wasn't able to find if/where it was rolled...

I have encountered two scenarios that can cause database listeners (such as 'child_changed') to fail to remove. Here's the code at the end of the `on` method : ``` callback['__fbHandle']...

Hi, I am using push notification to sync some data. On foreground, it automatically trigger .onMessage() On background, user need to click the notification then trigger .onMessageTap() What I want...

App is getting rejected from Playstore with below error. Please help to resolve this issue. We have tried to exclude the tagmanager package in app.gradle, but its not helping. com.google.android.gms:play-services-tagmanager-v4-impl...

# Bug Report: `Cannot read properties of undefined (reading 'collectionWithPath')` in Firebase Firestore ## Description When trying to fetch data from Firestore using `firebase().firestore().collection("users")`, the following error occurs: However, initializing...

I am getting the following error when using this package. Failed to resolve entry for package "@nativescript/firebase-core". The package may have incorrect main/module/exports specified in its package.json. Am I importing...

There is a weird behavior with our app about the notification token in iOS only. We have search everywhere to find for a fix for this issue but we didn't...

It works perfectly in Android emulator (but not in ios, I found somewhere that's normal) and when I tried to test it on real device I got this error (see...