GitPedia
evollu

evollu/react-native-fcm

react native module for firebase cloud messaging and local notification

30 Releases
Latest: 7y ago
v16.2.4Latest
evolluevollu·7y ago·November 4, 2018
GitHub

Bump Android version #1057

v16.2.3
evolluevollu·7y ago·September 12, 2018
GitHub

fix https://github.com/evollu/react-native-fcm/issues/1041

update type definitionv16.2.1
evolluevollu·7y ago·September 7, 2018
GitHub
v16.2.0
evolluevollu·7y ago·August 17, 2018
GitHub

update android gradle and readme

v16.1.0
evolluevollu·7y ago·August 6, 2018
GitHub

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

BREAKING CHANGE: target SDK to 26+v16.0.0
evolluevollu·8y ago·June 13, 2018
GitHub

📋 Changes

  • change SDK target to 26+ and added methods for Android O's notification channel changes
  • update example project
v15.0.2
evolluevollu·8y ago·May 17, 2018
GitHub

Fix notification grouping #941

v15.0.0
evolluevollu·8y ago·May 10, 2018
GitHub

adapt firebase iOS 5.0 change

v14.2.1
evolluevollu·8y ago·May 7, 2018
GitHub

remove decode for sound and image #932

v14.2.0
evolluevollu·8y ago·May 3, 2018
GitHub

fix RefreshToken listener not getting called [iOS] #930

v14.1.4
evolluevollu·8y ago·April 23, 2018
GitHub

Update SendNotificationTask.java #916

v14.1.3
evolluevollu·8y ago·March 22, 2018
GitHub

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

v14.1.2
evolluevollu·8y ago·March 20, 2018
GitHub

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

Remove icon from addActionv14.1.1
evolluevollu·8y ago·March 16, 2018
GitHub

Remove icon from addAction #850

[android] support action buttonsv14.1.0
evolluevollu·8y ago·March 6, 2018
GitHub

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

[ios] bug fixv14.0.1
evolluevollu·8y ago·March 2, 2018
GitHub

Fix iOS simulator getEnitityToken #827

[ios] change importv14.0.0
evolluevollu·8y ago·March 1, 2018
GitHub

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

[ios] backward compatible for v13.3.3
evolluevollu·8y ago·February 24, 2018
GitHub

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

[android] bug fixv13.3.1
evolluevollu·8y ago·February 13, 2018
GitHub

hotfix symbol: variable FirebaseApp #795

[ios] hold notification when app is bootstrappingv13.3.0
evolluevollu·8y ago·February 13, 2018
GitHub

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

[ios] add fcm token handlingv13.2.0
evolluevollu·8y ago·February 12, 2018
GitHub

fixes #789 Add deleteEntityToken and getEntityToken methods #779

[android] broadcast token refresh event after boostrapv13.1.0
evolluevollu·8y ago·February 8, 2018
GitHub

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

use #import "Firebase.h"v13.0.0
evolluevollu·8y ago·February 8, 2018
GitHub

**[Potential breaking changes]** use #import "Firebase.h" to fix #777

Add support for notification actions on iOSv12.0.0
evolluevollu·8y ago·February 5, 2018
GitHub

#773

fix android schedule notification crashv11.3.1
evolluevollu·8y ago·January 20, 2018
GitHub
updated react-native-fcm.podspec with dependencyv11.3.0
evolluevollu·8y ago·January 18, 2018
GitHub
[android] fix fail notification schedule after rebootv11.2.0
evolluevollu·8y ago·January 5, 2018
GitHub
[android] add wake_screenv11.1.0
evolluevollu·8y ago·January 3, 2018
GitHub
[android] fix notification not showing up for kitkat below with groupv11.0.2
evolluevollu·8y ago·January 2, 2018
GitHub
arch cleanupv11.0.1
evolluevollu·8y ago·December 20, 2017
GitHub

📋 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