Implementing simple storage operations, CRUD (Create, Read, Update, Delete), using Firebase Firestore.
CreateNote.webm
UpdateNote.webm
DeleteNote.webm
Create a clone of the target repository:
$ git clone git@github.com:luciano01/fire_crud.git
Enter the cloned project directory with the command:
Or the path to the cloned project folder.
$ cd fire_crud
Open an Android emulator or connect your smartphone to your computer and execute the following commands:
$ flutter clean
$ flutter pub get
$ flutter run
- Luciano Martins (Linkedin)