Google Cloud IOT Integration

Hello,

We’ve got a few device which currently working on http integration which is working on live.

But this kind of integration sometimes getting some trouble when posting payload to firebase or in some scenarios lora packets are does not arriving correctly.

We need some reactive solution. So we’re thinking about getting acknowledge from lora device and be sure it is proceed.

What kind of solution you guys suggest ?

Is google cloud iot core suitable for this kind of operation ?

Regards,
Emre

I use Data Storage as a backup to using MQTT or HTTP - if there is any downtime you can retrieve the uplinks (but not the meta data) from Data Storage.

Do you mean you will be sending a reply back to the device?