React Native Fcm Versions Save

react native module for firebase cloud messaging and local notification

v14.1.4

6 years ago

Update SendNotificationTask.java #916

v14.1.3

6 years ago

[android] A better fix for Google Play Services taking project properties #859 [android] Decode utf-8 before presentation #842

v14.1.2

6 years ago

further fix "Module 'Firebase' not found" while building (iOS) #826

v14.1.1

6 years ago

Remove icon from addAction #850

v14.1.0

6 years ago

Fix getEntityFCMToken resolve and update README #836 Android actions #833

v14.0.1

6 years ago

Fix iOS simulator getEnitityToken #827

v14.0.0

6 years ago

use @import Firebase;

use the same method of import for https://firebase.google.com/docs/ios/setup

v13.3.3

6 years ago

fix: AppState changes to active when app receives notification in killed state #808

notifications triggered between app bootstrap and js bootstrap will be triggered 5 seconds after bootstrap for RN < 0.47

v13.3.1

6 years ago

hotfix symbol: variable FirebaseApp #795

v13.3.0

6 years ago

there is a gap between app launch and JS register notification callback. the change holds pending notification and fires once JS callback gets registered