Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulocf92/rn-firebase-crud
React Native app powered by Firebase.
https://github.com/paulocf92/rn-firebase-crud
firebase firebase-realtime react-hooks react-native react-navigation react-navigation-v5
Last synced: about 5 hours ago
JSON representation
React Native app powered by Firebase.
- Host: GitHub
- URL: https://github.com/paulocf92/rn-firebase-crud
- Owner: paulocf92
- License: mit
- Created: 2020-04-19T22:43:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T22:01:35.000Z (about 2 years ago)
- Last Synced: 2023-03-07T20:39:27.034Z (over 1 year ago)
- Topics: firebase, firebase-realtime, react-hooks, react-native, react-navigation, react-navigation-v5
- Language: Java
- Homepage:
- Size: 602 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## RN + Firebase CRUD App
Small app to store items to a Cloud Firestore database.
### Technologies
- React Native
- React hooks
- Firebase### How to test
1. Clone this repository
2. `yarn install`
3. Rename `.env.example` to `.env` and add your credentials
4. `yarn ios` or `yarn android`