evollu/react-native-fcm
react native module for firebase cloud messaging and local notification
Bump Android version #1057
fix https://github.com/evollu/react-native-fcm/issues/1041
update android gradle and readme
Separates versioning for firebase-core and firebase-messaging. #999 Group alert behavior #985 delete notification channel method #1008
📋 Changes
- change SDK target to 26+ and added methods for Android O's notification channel changes
- update example project
Fix notification grouping #941
adapt firebase iOS 5.0 change
remove decode for sound and image #932
fix RefreshToken listener not getting called [iOS] #930
Update SendNotificationTask.java #916
[android] A better fix for Google Play Services taking project properties #859 [android] Decode utf-8 before presentation #842
further fix "Module 'Firebase' not found" while building (iOS) #826
Remove icon from addAction #850
Fix getEntityFCMToken resolve and update README #836 Android actions #833
Fix iOS simulator getEnitityToken #827
use @import Firebase; use the same method of import for https://firebase.google.com/docs/ios/setup
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
hotfix symbol: variable FirebaseApp #795
there is a gap between app launch and JS register notification callback. the change holds pending notification and fires once JS callback gets registered
fixes #789 Add deleteEntityToken and getEntityToken methods #779
in Android token refresh event usually fires before React instance is ready. The fix works similar to notification that waits React instance to bootstrap before firing
**[Potential breaking changes]** use #import "Firebase.h" to fix #777
#773
📋 Changes
- fixed the issue where multiple apps using this library interfering with each other
- limited iOS header look path to allow project integrating with react through CocoaPods
- non-pod user needs to put frameworks under `ios/Frameworks`
- no changes required for Pod user
