Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1019 Bytes

File metadata and controls

30 lines (18 loc) · 1019 Bytes

Flash Chat ⚡️

Main Goal

Learn how to incorporate Firebase into a Flutter apps. I use Firebase Cloud Firestore as well as the Firebase authentication package to equip this app with a cloud-based NoSQL database and secure authentication methods.

Pre-Requisite to Run The Program

  • Have Flutter installed (for installation guidance go check this link)
  • Have an Android / iOS emulator installed (or you can simply plug your own device to your computer)

How to Build The Program

  • Open your terminal
  • Change the working directory into the current project directory
  • Execute flutter build apk in your terminal

How to Run The Program

  • Open your terminal
  • Change the working directory into the current project directory
  • Execute flutter run in your terminal

How to Run The Tests

No test has been written yet for this app

App Preview

Finished App