1

I need to send a token for users after registration is complete to the firebase and with that i need to deliver push notifications to users.

I was able to find proper tutorials for Android FCM Push Notification guides, but didnt find any working guides for react native. Someone please help me.

KENdi
  • 7,576
  • 2
  • 16
  • 31
FortuneCookie
  • 1,756
  • 3
  • 25
  • 41

1 Answers1

1

React Native doesn't provide complete push notification solutions by itself. The official documentation doesn't even provide any integration guide for Android FCM.

Here are some popular community solutions:

Stackia
  • 2,110
  • 17
  • 23