kminny
kminny

Reputation: 239

selecting react native push notification

I am using react native and trying to add push notification. My application need push notification because of chatting. I just need push notification to appear whenever the user receives chat message.
I've searched couple of libraries about push notification and found out firebase and react-native-push-notification. Which one is proper library for this case and please tell me if there is other better way to solve this problem.

Upvotes: 0

Views: 62

Answers (1)

arthankamal
arthankamal

Reputation: 6413

We're using invertase firebase notification library which is working so far better without any issues.

You'll get almost all the options which you needed for push notification customization like badges, etc.

Upvotes: 1

Related Questions