Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 943 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 943 Bytes

flux_cloud_note

A new Flutter project where exploring Firebase Cloud Firestore in Flutter

Getting Started

Add Firebase to your Flutter App

This official site helps to do the firebase setup

For help getting started with Flutter, view online documentation.

Clone the repo

$ git clone https://github.com/devkishor8007/flux_cloud_note.git
$ cd flux_cloud_note/

Get flutter dependencies

$ flutter pub get

Run the app

 $ flutter run

Features

  • User can do Anonymously Login, Logout the app.
  • User can do CRUD operations.

Resources