Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vmnog/react-native-firebase
https://github.com/vmnog/react-native-firebase
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vmnog/react-native-firebase
- Owner: vmnog
- Created: 2021-03-26T18:33:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-26T20:34:50.000Z (almost 4 years ago)
- Last Synced: 2024-12-28T23:05:47.025Z (25 days ago)
- Language: Java
- Size: 263 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Firebase
**Links**
- [NPM Firebase](https://www.npmjs.com/package/firebase)
- [RN Firebase](https://rnfirebase.io/)## Como executar
**Instale as dependências**
```
$ yarn
```**Execute o bundler**
```
$ yarn start
```**Execute o aplicativo**
```
$ yarn android
```