This is a flutter based messaging app where users can sign in with their emails to chat with their friends, family, colleagues.
git clone https://github.com/edilsonmatola/flutter_chat_application.git
cd flutter_chat_application
- Create Firebase Project
⚠️ When registering your app make sure to insert the Debug signing certificate SHA-1 - Enable Auth with Google (in Additional Providers)
- Make Firestore Rules
- Create Android & iOS apps
flutter pub get
# flutter emulators --launch "emulator_id" (to get Android Simulator)
open -a simulator (to get iOS Simulator)
flutter run
flutter run -d chrome --web-renderer html (to see the best output)