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 hidden (Show)

react-native-fcm - [android] filter out android.intent.action.MAIN

Published by evollu about 7 years ago

filter out android.intent.action.MAIN action so clicking app icon won't trigger notification callback
FCM.getInitialNotification will also return null if intent is android.intent.action.MAIN

react-native-fcm - [android] fix background notification with urls

Published by evollu about 7 years ago

  • Schedule Android notification in separate thread.
  • Fix notification not working when app is in background and notification contains urls like picture or large_icon
react-native-fcm - add ongoing support for Android

Published by evollu about 7 years ago

#496

react-native-fcm - fix getAPNSToken being null

Published by evollu about 7 years ago

fixes #510

react-native-fcm - sound behavior change

Published by evollu about 7 years ago

[BREAKING CHANGE]
notification sound is muted by default to be in sync on FCM's behavior.
To use default sound, pass sound: 'default'

make module compatible with RN <0.47

react-native-fcm - fix requestPermission hanging in iOS9

Published by evollu about 7 years ago

fix requestPermission hanging in iOS9
updated type definition

react-native-fcm - support react-native v0.47.0

Published by evollu about 7 years ago

react-native-fcm - [android] Run JS callbacks when Android app is not running

Published by evollu about 7 years ago

Run JS callbacks when Android app is not running at all.
credit to react-native-push-notification

WARNING: because FCM won't wake up app if you have notification attribute in payload. Make sure that you only pass data attribute

react-native-fcm - update ShortcutBadger

Published by evollu about 7 years ago

[android] update ShortcutBadger to 1.1.17

react-native-fcm - some fixes

Published by evollu over 7 years ago

react-native-fcm - allow deleting instanceId

Published by evollu over 7 years ago

react-native-fcm - allow android alias activity

Published by evollu over 7 years ago

#449

react-native-fcm - ios warning fix

Published by evollu over 7 years ago

fix iOS warning on NSNumber

react-native-fcm - bug fix iOS init notification

Published by evollu over 7 years ago

fix init notification being empty in iOS

react-native-fcm - bug fix

Published by evollu over 7 years ago

fix #431

react-native-fcm - ios SDK v4

Published by evollu over 7 years ago

make change for SDK v4

BREAKING CHANGES:
direct channel are turned off by default in iOS now. to enable it you need to call FCM.enableDirectChannel()

other new methods for iOS
FCM.isDirectChannelEstablished()
FCM.on(FCMEvent.DirectChannelConnectionChanged, callback)
FCM.getAPNSToken()

react-native-fcm - update typescript definition

Published by evollu over 7 years ago

react-native-fcm - add typescript definition

Published by evollu over 7 years ago

react-native-fcm - buildToolsVersion 25

Published by evollu over 7 years ago

use buildToolsVersion 25 and targetSDK 25