Installation Guide:

  1. Install Package - npm install --save @react-native-firebase/app

  2. Android and IOS Setup - https://rnfirebase.io

  3. Android Enabling Multidex - https://rnfirebase.io/enabling-multidex

  4. Autolinking & rebuilding

# Android apps
npx react-native run-android

# iOS apps
cd ios/
pod install --repo-update
cd ..
npx react-native run-ios
  1. Install Firebase Cloud Messaging Package - npm install --save @react-native-firebase/messaging

  2. Install push notification package - npm install --save react-native-push-notification

  3. Install PushNotificationIOS package - npm install --save @react-native-community/push-notification-ios

  4. Add Capabilities for IOS a. Background Mode capability and tick Remote Notifications. b. Push Notifications capability

  5. Send Push Notification From Firebase

alt text

alt text

alt text