Commit 067d58f4 authored by Libin Lu's avatar Libin Lu Committed by GitHub

Update README.md

parent 295cef5a
...@@ -499,6 +499,9 @@ It is up to you! FCM is just a bridging library that passes notification into ja ...@@ -499,6 +499,9 @@ It is up to you! FCM is just a bridging library that passes notification into ja
Use `show_in_foreground` attribute to tell app to show banner even if the app is in foreground. Use `show_in_foreground` attribute to tell app to show banner even if the app is in foreground.
Warning: foreground banner won't show in android for remote notification due to limitation of FCM SDK. However you can create a local notification yourself. A pull is welcome to fix this. Warning: foreground banner won't show in android for remote notification due to limitation of FCM SDK. However you can create a local notification yourself. A pull is welcome to fix this.
#### Do I need to handle APNS token registration?
No. Method swizzling in Firebase Cloud Messaging handles this unless you turn that off. Then you are on your own to implement the handling. Check this link https://firebase.google.com/docs/cloud-messaging/ios/client
#### Some features are missing #### Some features are missing
Issues and pull requests are welcome. Let's make this thing better! Issues and pull requests are welcome. Let's make this thing better!
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment