firebase
firebase copied to clipboard
Modular Firebase 🔥 implementation for NativeScript. Supports both iOS & Android platforms for all Firebase services.
Hello @NathanWalker and @triniwiz The `signOut` on android return `undefined` instead of boolean! the workaround is fixed by adding async await but this will force us to change the return...
I am trying to use the offical native sript firebase and firesore plugins. I created a plain nativescript angular project and installed ``` npm install @nativescript/firebase-core npm install @nativescript/firebase-firestore ```...
When you press "don't allow" on notification permission, promise returns an error. I guess it should return success with result `AuthorizationStatus.DENIED`? https://github.com/NativeScript/firebase/blob/main/packages/firebase-messaging-core/index.android.ts#L318
Hello team, As you know its very hard to query geolocation with firebase. Hopefully there is this geofire library: https://github.com/firebase/geofire-js Is it possible to include this library in @nativescript/firebase? It...
I'm trying to migrate from the old firebase plugin to this one, and I'm getting some strange problem testing on a simulator with API 33. As soon as I call...
Hello Team, Can you assist with the error below, when trying to initialize the firebase app from the firebase-core? Here is how I am initializing it ``` export class AppComponent...
Hi, I am trying to use @nativescript/firebase-messaging and I cannot get it working. "@nativescript/core": "^8.3.5", "@nativescript/android": "~8.3.1" also not working with "@nativescript/android": "~8.2.0" Here is my code // main.ts firebase().initializeApp()...
As the title asks, is there a better way for us to build the app, or use the Crashlytics plugin, so that we can get a more readable and understandable...
Even though I don't use firebase ads, google complains about my app using admob sdk.  I use auth and messaging modules. I understand messaging module uses...
**Environment** - Node.js: v16 - Xcode: 13.3.1 - CocoaPods 1.11.2 - CLI: latest `[email protected]` - Cross-platform modules: `@nativescript/[email protected]` - iOS Runtime: `@nativescript/[email protected]` (JSC!) - Angular: `@angular/[email protected]` - Plugin(s): `├── @nativescript/[email protected]`...