https://github.com/dailydrip/react-native-firebase-grocery-list
Firebase Example - Grocery List
https://github.com/dailydrip/react-native-firebase-grocery-list
firebase firebase-database react-native react-native-app
Last synced: about 2 months ago
JSON representation
Firebase Example - Grocery List
- Host: GitHub
- URL: https://github.com/dailydrip/react-native-firebase-grocery-list
- Owner: dailydrip
- Created: 2017-02-03T20:12:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-04T19:13:17.000Z (over 9 years ago)
- Last Synced: 2025-09-07T15:46:07.991Z (10 months ago)
- Topics: firebase, firebase-database, react-native, react-native-app
- Language: JavaScript
- Size: 5.09 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Grocery List
Grocery List using Firebase.

## Set up
- Create your firebase application
- Add a `.env` file with the your API_KEY from firebase
- Example of `.env` file
```
API_KEY=""
```
- Change the [FirebaseClient](/src/FirebaseClient.js) with your URL
### About DailyDrip

>This code is part of [React Native
>Drips](https://www.dailydrip.com/topics/react-native/), a daily and continous
>learning website where you can just spend 5min a day and learn things.