Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 1.72 KB

README.md

File metadata and controls

60 lines (45 loc) · 1.72 KB

Firebase Flutter Codelab

Simple messaging app with firebase auth, analytics, realtime database and storage.

DescriptionGetting StartedLinks

Screenshot

Description

This is the step by step implementation of flutter codelab series(links at the end).

Getting Started

To clone and run this application, you'll need:

  • Git,
  • Flutter SDK,
  • IDE(Intellij, Android Studio, VSCode etc.) installed on your computer and
  • ADB device or emulator connected.

From your command line:

# Update Flutter
$ flutter doctor

# Clone this repository
$ git clone https://github.com/ahmetcj4/firebase-flutter-codelab.git

# Go to project dir
$ cd firebase-flutter-codelab/

# Build and run the project (app is Slow, for development and debugging)
$ flutter run

# Or faster one
$ flutter build apk
$ flutter install

# Enjoy!

Links


GitHub @ahmetcj4  ·  Linkedin @ahmetzorer