Android chat application developed with Java and Firebase. A hassle-free way to communicate.
- message texts
- Add contacts
- edit profile credentials
- Notifications with firebase cloud messaging
Authentication | Adding Contact | Contacts |
---|---|---|
Profile | Messaging |
---|---|
- Setup Authentication - Email and Google account
- Setup Realtime Database
- Setup firebase Storage
- Firebase messaging service
- download the file google-services.json from firebase console and add to project file
- Note: Download the google-services.json file after the Firebase services are set up to automatically include the services in the json file.
- Note: When updating the google-services.json file then make sure to invalidate the caches as well as doing a clean + rebuild.