I have an Android application developing in Java and using Firebase Database. This application will send the notification to the users when uploaded something to the database. Therefore, I want to ask whether can the application send push notification using MQTT instead of using Firebase Cloud Messaging(FCM)?
Asked
Active
Viewed 1,897 times
0
-
Please refer this https://stackoverflow.com/questions/9562316/basic-steps-for-using-mqtt-in-android – Anil Ravsaheb Ghodake Nov 16 '17 at 04:18
1 Answers
0
Therefore, I want to ask whether can the application send push notification using MQTT instead of using Firebase Cloud Messaging(FCM)?
You can use whatever you want. There's no requirement to stick Google service for this.

Marcin Orlowski
- 72,056
- 11
- 123
- 141