Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pasan-pahasara/flutter-firebase-crud
A Flutter-Firebase-CRUD app allows users to seamlessly Create, Read, Update, and Delete data stored in Firestore, offering real-time synchronization for versatile mobile applications.
https://github.com/pasan-pahasara/flutter-firebase-crud
dart firebase firestore flutter
Last synced: about 1 month ago
JSON representation
A Flutter-Firebase-CRUD app allows users to seamlessly Create, Read, Update, and Delete data stored in Firestore, offering real-time synchronization for versatile mobile applications.
- Host: GitHub
- URL: https://github.com/pasan-pahasara/flutter-firebase-crud
- Owner: Pasan-Pahasara
- License: mit
- Created: 2023-10-15T16:37:22.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-16T13:31:33.000Z (about 1 year ago)
- Last Synced: 2023-10-17T04:27:47.738Z (about 1 year ago)
- Topics: dart, firebase, firestore, flutter
- Language: C++
- Homepage:
- Size: 288 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter-Firebase-CRUD
Creating a simple Flutter app with Firebase Firestore for performing CRUD (Create, Read, Update, Delete) operations is a great way to get started with mobile app development. Firestore is a NoSQL database offered by Firebase, which is a popular backend service provided by Google. This database is well-suited for real-time applications and can be easily integrated into your Flutter app.
## Flutter Application
- **`Create Flutter App`**
```
flutter create my_app
```- **`Install Firebase Tools in Global`**
```
npm install -g firebase-tools
```- **`Firebase Login`**
```
firebase login
```- **`Global Activate Flutterfire CLI`**
```
flutter pub global activate flutterfire_cli
```- **`Check Flutterfire Version`**
```
flutterfire --version
```- **`Flutterfire Configure`**
```
flutterfire configure
```- **`Install Firebase Core`**
```
flutter pub add firebase_core
```- **`Install Cloud Firestore`**
```
flutter pub add cloud_firestore
```#
#### Clone this repository ✅
```md
https://github.com/Pasan-Pahasara/Flutter-Firebase-CRUD.git
```
###
###### If you think my code is good pleace drop a Star![GitHub issues](https://img.shields.io/github/issues/Pasan-Pahasara/Flutter-Firebase-CRUD?&labelColor=black&color=eb3b5a&label=Issues&logo=issues&logoColor=black&style=for-the-badge)
![GitHub Contributions](https://img.shields.io/github/contributors/Pasan-Pahasara/Flutter-Firebase-CRUD?&labelColor=black&color=8854d0&style=for-the-badge)### License 📝
[![GitHub license](https://img.shields.io/github/license/Pasan-Pahasara/Flutter-Firebase-CRUD?&labelColor=black&color=3867d6&style=for-the-badge)](https://github.com/Pasan-Pahasara/Flutter-Firebase-CRUD/blob/master/LICENSE)![repo size](https://img.shields.io/github/repo-size/Pasan-Pahasara/Flutter-Firebase-CRUD?label=Repo%20Size&style=for-the-badge&labelColor=black&color=20bf6b)
![GitHub forks](https://img.shields.io/github/forks/Pasan-Pahasara/Flutter-Firebase-CRUD?&labelColor=black&color=0fb9b1&style=for-the-badge)
![GitHub stars](https://img.shields.io/github/stars/Pasan-Pahasara/Flutter-Firebase-CRUD?&labelColor=black&color=f7b731&style=for-the-badge)
![GitHub LastCommit](https://img.shields.io/github/last-commit/Pasan-Pahasara/Flutter-Firebase-CRUD?logo=github&labelColor=black&color=d1d8e0&style=for-the-badge)