nativescript-plugin-firebase
nativescript-plugin-firebase copied to clipboard
:fire: NativeScript plugin for Firebase
When I want to save an object with a property of type Date, NativeScript throw me an error ``` CONSOLE LOG: Error in firebase.setValue: Error: (setValue:withCompletionBlock:) Cannot store object of...
Please post if you are facing any issues with M1. If it's working fine, please post your config or Custom Podfile. Steps to reproduce: 1. Install NS 8 on an...
A problem occurred evaluating script. Plugin with id 'com.google.gms.google-services' not found. Actions taken to resolve: 1. Created a Native-script Vue project of NS 8.2.1 2. After creating run the app...
"@nativescript/firebase": "^11.1.3" compileSdkVersion 31 targetSdkVersion 31 Crash stacktrace: An uncaught Exception occurred on "Firebase-MyFirebaseMessagingService" thread. com.uboro.mobile: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be...
My issue is identical to #278 but that was 5 years ago so maybe its different. I did try the things mentioned in that thread but no dice. Here's my...
The onMessageReceivedCallback handler works just fine when the app is running in foreground or when I minimize it. Whenever I close it, for example by swiping it from the recents,...
I recently created a new nativescript app using tns create, and then adding the plugin via tns add. I manually ran the npm run config command in the node_module. When...
This PR updates the facebook-login android dependency to 11.+. There is no need to separately include facebook-core as it is a subdependency of facebook-login (see https://developers.facebook.com/docs/android/componentsdks & https://mvnrepository.com/artifact/com.facebook.android/facebook-login/11.3.0). Importantly, the...