nativescript-plugin-firebase
nativescript-plugin-firebase copied to clipboard
:fire: NativeScript plugin for Firebase
Hi, I'm trying to build my app but i have an error: > Build file 'C:\Users\....\OneDrive\Documents\Projets\GitHub\....\platforms\android\app\build.gradle' line: 598 > A problem occurred configuring project ':app'. > Could not GET 'https://dl.bintray.com/triniwiz/maven/com/google/firebase/firebase-ml-common/maven-metadata.xml'....
Android version was pinned to v5 whereas Facebook recently requires a more recent version (latest major is v12) due to security considerations where the previously used webview is not allowed...
Hi, I'm running on iOS device (NS/iOS 5.2). The **onPushTokenReceivedCallback** is returning 2 different tokens on init, one for APNS and another one for FCM. If I use the Pusher...
I am getting this error and i reinstall ios platform and firebase but it didn't work. Anyone can help me? Many thanks Error in firebase.init: ReferenceError: FIROptions is not defined...
Firebase has been graded for a few rounds. Is there any plan to release the next version of this @nativescript/firebase plugin?
Hello, I have a Nativescript app that I can't build anymore since bintray shut down. I went and found out that the firebase plugin has a postInstall.js script that overwrites...
My system: - Xcode Version 13.1 (13A1030d) - macOS Big Sur 11.6.2 (20G224) - iPhone 7 iOS 15.1 - NativeScript 8.1.5 - NVM 0.39.0 - Node v16.13.0 - NPM 8.1.0...
## Description Crashlytics is showing an error for ios users. This error has caused 500 crashes in 2 days so far. **Crashlytics errors:** ``` FIRCLSUserLogging.m line 305 __FIRCLSUserLoggingRecordError_block_invoke ``` ```...
This error occur on firebase.init() I've found similar issue https://stackoverflow.com/questions/67908930/how-to-use-appevents-activateapp-in-12-0-0-version i've made change in node_modules/@nativescript/firebase/firebase.ios.js from: FBSDKAppEvents.activateApp() to: FBSDKAppEvents.shared.activateApp(); and now everything works fine. @EddyVerbruggen , could you check if...
I would like to save the picture (base64) once certain conditions are met on the detected face result. However, the image doesn't seem to be available as part of onFaceDetectionResult...