Quick Chat
Personal project to create a simple messenger app powered by Firebase. Also added Firebase authentication (Email & password). When a user registers, they will provide an email, user name & avatar image. The image and user name will be used in the chat screen to identify them. If a user is offline from the app, and a chat message is sent to them, they will receive a push notification.
Demonstrates:
Firestore Database (chat history)
Firebase Storage (user images)
Firebase Authentication (login)
Firebase Messaging (chat)
Firebase Functions (push notifications)
Get it for DI
Auto Route
Initial Screen
1st user creates a profile
1st user added an image
2nd user creates a profile
2nd user adds an image
2nd user profile ready to go!
Asking permission for notifications
Chat screen with no history
Some chat messages back and forth between Larry and Mike
Mike sends chat message to Larry when he is offline
Larry confirms notification worked!