An open API service indexing awesome lists of open source software.

https://github.com/ankit417/rn-firebase-notification

Auto code scaffold for react native firebase notification. Plug and play
https://github.com/ankit417/rn-firebase-notification

Last synced: 10 months ago
JSON representation

Auto code scaffold for react native firebase notification. Plug and play

Awesome Lists containing this project

README

          

# Introduction

This tool simplifies the process of setting up firebase notification in React native.

Add google-service.json inside android/app and use following commands

## Installation

```bash
npm i -g https://github.com/ankit417/rn-firebase-notification
```

## Usage

### Install Firebase Dependecies

```javascript
rn-firebase-setup install
```

This command installs the required firebase dependencies.

### Generate Splash screen

```javascript
rn-firebase-setup run
```

This command updates the gradle files for required modifications.

## Help

```bash
rn-firebase-setup help
```