Receive Data from Google Cloud

Is there any way to get or subscribe to data from the google cloud?
The examples always concentrate on the publish part.
Or maybe it is a restriction of the pub/sub integration.
Any help of somebody who might have had the same problem would be appreciated!

Hi and welcome to the community!
Can you describe or elaborate what is it that you would like to achieve?
Thanks!

The Google pub/sub integration is unidirectional from the Particle device to the Google cloud. You can’t subscribe to a Google pub/sub event on a Particle device.

You can, however, call the Particle Cloud API from a Google cloud function or AppEngine instance, and that’s the usual way you communicate back to your Particle device, using the native Particle function, variable, or Particle event subscription.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.