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

Hi there I'm using @nativescript/firebase-admob 2.3.0. Our ads are displayed correctly. We noticed that on some android devices (it seems to happen mostly on Huawei phones), a click on the...

Thanks for this plugin, but I'm learning to program with Nativescript 8 and Firebase/Firestore with Angular, all in the current version and I'm having a lot of doubts about the...

People can have a Facebook account without email when the account was created on a mobile. However, firebase-auth still indicated that email verification is required and not provided. Even though...

After closing an interstitial ad some of the buttons and elements in the app disapear. Loading the ad and events work correctly: ` this.ad.onAdEvent((event, error, data) => { switch (event)...

Hello, I am trying to load a different firebase configuration per environment. I figured that using the `initializeAppWithPath()` I could point to the Google Services config files for dev and...

bug
android

Communication notifications are a new type of notification available in ios 15. You can read more about them [here](https://onesignal.com/blog/ios-notification-changes-updates-from-apples-wwdc-21/) It would be awesome if these were supported. Thanks! Official Apple...

enhancement
ios

Application compiling successfully, but disappear without any error message after I have add @nativescript/firebase-admob. Application disappear during initialization, there are no any forms of application showed. What I done before...

HEllo! I'm trying to use BannerAd directive in angular with nativescript/firebase-admob. I'm getting the following error: ![Screenshot from 2024-06-24 19-15-00](https://github.com/NativeScript/firebase/assets/61359591/7928d14d-f150-488c-b459-49e590fbbf23) I already add the AdmobModule to my module component, what...

I'm using the getDownloadURL in this form: ``` firebase().storage().ref(β€œusers/β€œ + id + "/profilel.png").getDownloadURL().then((url) => { console.log("Remote URL: " + url); }, (error) => { console.log("Error: " + error); }); ```...