A Adamdam Active Member Licensed User Longtime User Jan 23, 2019 #1 Dear All. Greetings, I need to send firebase push message from mobile and receive it by Arduino (work with ESP8266, or GPRS,,) i.e. the opposite of this example: https://www.b4x.com/android/forum/t...ons-to-ios-and-android-devices.71507/#content I can send push from mobile -->> mobile, and the above example send push from arduino to mobile I need to receive notification by Arduino (the notification from mobile) Thanks on advance. Best regards
Dear All. Greetings, I need to send firebase push message from mobile and receive it by Arduino (work with ESP8266, or GPRS,,) i.e. the opposite of this example: https://www.b4x.com/android/forum/t...ons-to-ios-and-android-devices.71507/#content I can send push from mobile -->> mobile, and the above example send push from arduino to mobile I need to receive notification by Arduino (the notification from mobile) Thanks on advance. Best regards
DonManfred Expert Licensed User Longtime User Jan 23, 2019 #2 Is there an arduino firebasemessaging library? I don´t think there is one. You can only target Android or iOS with Firebase messaging. Last edited: Jan 23, 2019 Upvote 0
Is there an arduino firebasemessaging library? I don´t think there is one. You can only target Android or iOS with Firebase messaging.
A Adamdam Active Member Licensed User Longtime User Jan 23, 2019 #3 Thanks DonManfred, I try to find library to install on Arduino(+wifi) or ESP8266 or NodeMCU. i.e. Hardware device best regards Upvote 0
Thanks DonManfred, I try to find library to install on Arduino(+wifi) or ESP8266 or NodeMCU. i.e. Hardware device best regards
KMatle Expert Licensed User Longtime User Jan 24, 2019 #4 Not possible as the FCM services are part of the Android OS. You might check out MQTT or just check your own database on an own server for messages every x seconds/minutes. Upvote 0
Not possible as the FCM services are part of the Android OS. You might check out MQTT or just check your own database on an own server for messages every x seconds/minutes.