Skip to content

Releases: evollu/react-native-fcm

v14.1.4

23 Apr 18:43
f30d940
Compare
Choose a tag to compare

Update SendNotificationTask.java #916

v14.1.3

22 Mar 02:43
289baaa
Compare
Choose a tag to compare

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

v14.1.2

20 Mar 18:35
Compare
Choose a tag to compare

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

Remove icon from addAction

16 Mar 14:02
f083c6f
Compare
Choose a tag to compare

Remove icon from addAction #850

[android] support action buttons

06 Mar 21:05
Compare
Choose a tag to compare

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

[ios] bug fix

02 Mar 17:40
3486a67
Compare
Choose a tag to compare

Fix iOS simulator getEnitityToken #827

[ios] change import

01 Mar 15:20
59832ab
Compare
Choose a tag to compare

use @import Firebase;

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

[ios] backward compatible for

24 Feb 17:53
a7ca733
Compare
Choose a tag to compare

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 fix

13 Feb 15:16
11a6acf
Compare
Choose a tag to compare

hotfix symbol: variable FirebaseApp #795

[ios] hold notification when app is bootstrapping

13 Feb 01:49
Compare
Choose a tag to compare

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