0

Is there any method to publish data to device from firebase function with qos 0.

Honney Goyal
  • 247
  • 1
  • 5
  • 13

1 Answers1

0

There is an example of using a Google Cloud Function to publish a configuration change to a device. That same function should be easy to translate to Firebase functions if that's where you're looking to run it.

class
  • 8,621
  • 29
  • 30