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

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

Awesome Lists containing this project

README

          

# React Native Grocery List

Grocery List using Firebase.

![](grocery_list.gif)

## 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
![DailyDrip](dailydrip.png)
>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.