react-native-fcm

react native module for firebase cloud messaging and local notification

MIT License

Downloads
290
Stars
1.7K
Committers
100

Bot releases are visible (Hide)

react-native-fcm - Latest Release

Published by evollu almost 6 years ago

Bump Android version #1057

react-native-fcm -

Published by evollu about 6 years ago

react-native-fcm - update type definition

Published by evollu about 6 years ago

react-native-fcm -

Published by evollu about 6 years ago

update android gradle and readme

react-native-fcm -

Published by evollu about 6 years ago

Separates versioning for firebase-core and firebase-messaging. #999
Group alert behavior #985
delete notification channel method #1008

react-native-fcm - BREAKING CHANGE: target SDK to 26+

Published by evollu over 6 years ago

Make sure you migrate and test the notification behavior in Android 8

  • change SDK target to 26+ and added methods for Android O's notification channel changes
  • update example project
react-native-fcm -

Published by evollu over 6 years ago

Fix notification grouping #941

react-native-fcm -

Published by evollu over 6 years ago

adapt firebase iOS 5.0 change

react-native-fcm -

Published by evollu over 6 years ago

remove decode for sound and image #932

react-native-fcm -

Published by evollu over 6 years ago

fix RefreshToken listener not getting called [iOS] #930

react-native-fcm -

Published by evollu over 6 years ago

Update SendNotificationTask.java #916

react-native-fcm -

Published by evollu over 6 years ago

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

react-native-fcm -

Published by evollu over 6 years ago

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

react-native-fcm - Remove icon from addAction

Published by evollu over 6 years ago

Remove icon from addAction #850

react-native-fcm - [android] support action buttons

Published by evollu over 6 years ago

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

react-native-fcm - [ios] bug fix

Published by evollu over 6 years ago

Fix iOS simulator getEnitityToken #827

react-native-fcm - [ios] change import

Published by evollu over 6 years ago

use @import Firebase;

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

react-native-fcm - [ios] backward compatible for

Published by evollu over 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

react-native-fcm - [android] bug fix

Published by evollu over 6 years ago

hotfix symbol: variable FirebaseApp #795

react-native-fcm - [ios] hold notification when app is bootstrapping

Published by evollu over 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