Skip to content

Commit

Permalink
Merge pull request #2020 from yepes/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Tacyniak authored May 19, 2021
2 parents 624dd15 + 1659aa8 commit 4aaaf48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ import PushNotification, {Importance} from 'react-native-push-notification';

**NOTE: Without channel, notifications don't work**

In the notifications options, you must provide a channel id with `channelId: "your-channel-id"`, if the channel doesn't exist the notification might not e triggered. Once the channel is created, the channel cannot be update. Make sure your `channelId` is different if you change these options. If you have created a channel in another way, it will apply options of the channel.
In the notifications options, you must provide a channel id with `channelId: "your-channel-id"`, if the channel doesn't exist the notification might not be triggered. Once the channel is created, the channel cannot be updated. Make sure your `channelId` is different if you change these options. If you have created a channel in another way, it will apply options of the channel.

If you want to use a different default channel for remote notification, refer to the documentation of Firebase:

Expand Down

0 comments on commit 4aaaf48

Please sign in to comment.