diff --git a/README.md b/README.md index 17faf3bc2c20df8e1ea76f821470df62707fcd80..9ec870e838dbca2baf73fa3d0cb09657c1e44a9d 100644 --- a/README.md +++ b/README.md @@ -258,5 +258,8 @@ You need to add this to your `android/app/proguard-rules.pro`: -dontwarn com.google.android.gms.** ``` +#### Android notification doesn't vibrate/show head-up display etc +All avaibale features are [here](https://firebase.google.com/docs/cloud-messaging/http-server-ref#notification-payload-support). FCM may add more support in the future but there is no timeline. If you need these features now, send notification with `data` only and create notification locally is the only way + #### Some features are missing Issues and pull requests are welcome. Let's make this thing better!