Files
react-native-firebase/docs/messaging/quick-start.md
2019-05-21 15:48:11 +01:00

720 B

title, description
title description
Quick Start Get to grips with the basics of Messaging in React Native Firebase

Messaging Quick Start

Installation

Install this module with Yarn:

yarn add @react-native-firebase/messaging@alpha

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';

TODO