firebase
firebase copied to clipboard
Modular Firebase π₯ implementation for NativeScript. Supports both iOS & Android platforms for all Firebase services.
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...
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...
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:  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); }); ```...