Commit cbba58d1 authored by Lucas Bento's avatar Lucas Bento Committed by Libin Lu

Fix typo (#288)

parent 14e44e78
......@@ -356,7 +356,7 @@ class App extends Component {
}
```
### Build custom push notification for Andorid
### Build custom push notification for Android
Firebase android misses important feature of android notification like `group`, `priority` and etc. As a work around you can send data message (no `notification` payload at all) and this repo will build a local notification for you. If you pass `custom_notification` in the payload, the repo will treat the content as a local notification config and shows immediately.
NOTE: By using this work around, you will have to send different types of payload for iOS and Android devices because custom_notification isn't supported on iOS
......
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