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
- Host: GitHub
- URL: https://github.com/ankit417/rn-firebase-notification
- Owner: ankit417
- License: mit
- Created: 2023-02-26T14:01:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T10:46:16.000Z (over 3 years ago)
- Last Synced: 2025-06-12T18:34:58.080Z (about 1 year ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```