Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 1.83 KB

README.md

File metadata and controls

63 lines (49 loc) · 1.83 KB

Summary

1. Introduction

Chat with Google authentication and Firebase realtime messages and pictures.

2. Download

3. Documentation Step-by-Step

4. Technologies

5. Features

  • Material design;
  • Firebase;
    • Firestore and realtime synchronization for messages;
    • Storage for pictures;
    • Authentication with Google;
  • Anonymous messages are not allowed

6. Installing and Running

  • Clone this repo:
git clone [email protected]:90lucasgabriel/flutter-07-chat.git chat
  • Access directory:
cd chat
  • Run
flutter run
  • Check browser or connected device;

7. References

  1. Flutter - Available on https://flutter.dev/;
  2. Material Design - Available on https://material.io/;
  3. Firebase - Available on https://firebase.google.com/;