Skip to content

josiahchoi/flutter-firebase-crud-app

 
 

Repository files navigation

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.

About

Flutter CRUD application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 94.7%
  • Objective-C 3.5%
  • Java 1.8%