Android application for chat client using Firebase push notification and Restful API.
- RESTful api: send messages to server using restful call.
- Firebase push notification: receive messages from server using Firebase.
- FCM GCM to FCM Migration.
- GreenDao ORM solution for Android.
- [Volley] (https://android.googlesource.com/platform/frameworks/volley) Framework for Android network requests.
- [AndroidHive] (http://www.androidhive.info/2016/02/android-push-notifications-using-gcm-php-mysql-realtime-chat-app-part-1) Chat App Tutorial.