In this tutorial we are going to implement push notifications in android and ios apps using fcm token.
Steps we are going to follow
- Create React Native Project
- Create Firebase Project
- Set Up Firebase For Android
- Set Up Firebase For Ios
- Set Push Notifications Code in React Native
- Get FCM Token in android & ios
- Add Notification Permission for android & ios
- Node Backend for getting Access Token using serviceAccount.json file
- Now Test Push Notifications with access token and fcm token with goggle fcm api
- Use Notifee for showing Local notification in case of Foreground Mode
Follow this Video