Skip to content

ahmetcj4/firebase-flutter-codelab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Step by step implementation of flutter codelab series

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published