Skip to content

Flutter Firebase Auth and Firestore integration example

Notifications You must be signed in to change notification settings

thetpaingwynn/FlutterFire

Repository files navigation

Flutter, Firebase Auth & Cloud Firestore example

Flutter Firebase example project.

Commands

# Generate codes
flutter packages pub run build_runner build --delete-conflicting-outputs
flutter packages pub run build_runner watch

# Install coverage tool
brew install lcov

# Test Coverage
flutter test --coverage
lcov --remove coverage/lcov.info 'lib/**/*.g.dart' -o coverage/lcov.info
genhtml coverage/lcov.info -o coverage/html
open coverage/html/index.html

About

Flutter Firebase Auth and Firestore integration example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published