mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-04 22:56:45 +08:00
777 B
777 B
title, description
| title | description |
|---|---|
| Quick Start | Getting started with Messaging in React Native Firebase |
Messaging Quick Start
This module has not yet been migrated as part of the on-going v6 work.
Installation
Install this module with Yarn:
yarn add @react-native-firebase/messaging
Integrating manually and not via React Native auto-linking? Check the setup instructions for Android & iOS.
Module usage
Import the Messaging package into your project:
import messaging from '@react-native-firebase/messaging';
The package also provides access to the firebase instance:
import { firebase } from '@react-native-firebase/messaging';