Flash Chat is a Real-time messaging android app connected to Firebase DB to store and fetch the latest list of messages. Fireauth to authenticate users with Signup/Login features. Applied Producer-Consumer approach for getting messages in chronological order and avoiding Read-Write conflicts.
- Dart
- Fireauth
- FIrebase DB
- Shared-Preferences Package
-
User Auth
-
Register
-
Login - user login status is stored in device memory
-
Add group feature
-
Additional group features
-
Chat screen
-
Logout Confirmation to remove user's login status from device memory.
-
Auth validation fail case
-
Code of Producer-Consumer approach for synchronizing Firebase messages list in chronological order and avoiding read-write conflicts.
-
Above code in action, on DB.