/ReactNativeNotificationsFirebase

React Native Module for my Channel

Primary LanguageJava

  1. Create Project
  • npx react-native init FirebaseMessaging
  1. Get docs and install
  • Gettting Started
  • Cloud Messing
  1. Get code
  • Handler Background
  • Handle Foreground
  • Handle Quit
  1. Test
  • Test with all app

  • Test with FCM registration token (Firebase Cloud Messaging)

    const getToken = async () => { const token = await messaging().getToken(); console.log('.........................: ', token); };