Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 332 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 332 Bytes

flutter_chat

A new Flutter chat project.

Getting Started

  1. create Firebase project with Auth, Firebase Database, storage, functions
  2. enable google auth and email auth
  3. copy google-services.json to /android/app

run:

flutter pub get
flutter pub run build_runner watch --delete-conflicting-outputs 
flutter run