Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Libin Lu authored Sep 16, 2016
1 parent 44fdeda commit 26a3efe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,10 +356,8 @@ check out [official docs and see if they support](https://firebase.google.com/do
#### I want to add advanced feature that FCM doesn't support for remote notification
You can either wait for FCM to develop it or you have to write native code to create notifications.
for iOS, you can do it in `didReceiveRemoteNotification` in `appDelegate.m`
for android, you can do it by implementing a service similar to "com.evollu.react.fcm.MessagingService"
- for iOS, you can do it in `didReceiveRemoteNotification` in `appDelegate.m`
- for android, you can do it by implementing a service similar to "com.evollu.react.fcm.MessagingService"
Or if you have a good way to wake up react native javascript thread please let me know, although I'm worring waking up the whole application is too expensive.
Expand Down

0 comments on commit 26a3efe

Please sign in to comment.