Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 635 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 635 Bytes

Flutter Firebase CRUD App

Introduction

This is a sample application with normal create, read, update, delete functionality using Flutter framework. Firebase will be used to store all the created data.

Prequisite

  1. Flutter 0.5.1
  2. Dart 2.0.0
  3. Setup Firebase and retrieve google-services.json.

Getting Started

  1. For android, add google-services.json retrieved from Firebase console at android/app directory.
  2. Modify local.properties sdk.dir and flutter.dir.
  3. Execute flutter run in your workspace. That's it.

For help getting started with Flutter, view Flutter online documentation.