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: 2 months 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T13:31:33.000Z (over 2 years ago)
- Last Synced: 2025-07-03T13:53:51.602Z (about 1 year ago)
- Topics: dart, firebase, firestore, flutter
- Language: C++
- Homepage:
- Size: 288 KB
- Stars: 2
- 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 


### License 📝
[](https://github.com/Pasan-Pahasara/Flutter-Firebase-CRUD/blob/master/LICENSE)



