Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henokrb/react-native-firestore-crud
This is a Simple React Native Expo CRUD app that uses Firestore as a Backend.
https://github.com/henokrb/react-native-firestore-crud
expo firebase firestore firestore-database native native-apps react react-native react-native-app reactnative
Last synced: about 4 hours ago
JSON representation
This is a Simple React Native Expo CRUD app that uses Firestore as a Backend.
- Host: GitHub
- URL: https://github.com/henokrb/react-native-firestore-crud
- Owner: henokrb
- Created: 2023-01-05T11:20:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T14:09:01.000Z (almost 2 years ago)
- Last Synced: 2024-11-03T10:18:42.712Z (17 days ago)
- Topics: expo, firebase, firestore, firestore-database, native, native-apps, react, react-native, react-native-app, reactnative
- Language: JavaScript
- Homepage:
- Size: 722 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# React Native Firestore CRUD
This is a Simple React Native Expo CRUD app that uses Firestore as a Backend.
**Developed with ❤️ by [Henok R. Bedassa](https://henok.us/). If you love my project please star ⭐️ my repo!**
## Create Data
[![image](https://github.com/jackbalageru/react-native-firestore-CRUD/blob/main/src/assets/images/RNF_CRUD_01.jpg)](https://henok.us/)
## Read Data
[![image](https://github.com/jackbalageru/react-native-firestore-CRUD/blob/main/src/assets/images/RNF_CRUD_02.jpg)](https://henok.us/)
## View Single Data Details
With Edit and Delete Icons
[![image](https://github.com/jackbalageru/react-native-firestore-CRUD/blob/main/src/assets/images/RNF_CRUD_03.jpg)](https://henok.us/)
## Update Data
[![image](https://github.com/jackbalageru/react-native-firestore-CRUD/blob/main/src/assets/images/RNF_CRUD_04.jpg)](https://henok.us/)
## Alert Message (Optional)
[![image](https://github.com/jackbalageru/react-native-firestore-CRUD/blob/main/src/assets/images/RNF_CRUD_05.jpg)](https://henok.us/)
## Tips
Put your Firestore Credentials in **src/config/firestore.js**.
## Installation
1. Clone repository
```shell
git clone https://github.com/jackbalageru/react-native-firestore-CRUD
```2. This Boilerplate uses Expo. Install dependencies, **expo start** and happy coding.
## View Project
You can either use **Android Emulator from Android Studio** or **Expo** app to view the Project
## Support
For any additional information please refer to [Henok R. Bedassa](https://henok.us).
**Thank you**