Google Maps Integration response event not firing

I’m building a map of devices similar to the Google Maps Integration Tutorial. A main difference from the tutorial is that I’m subscribing to an event stream by product rather than devices, ie:

 particle.getEventStream({
   auth: token,
   product: 1003
 })

rather than

 particle.getEventStream({
   deviceId: 'mine',
   auth: token
 })

I can see the response from google’s API in the Integration console and the location payload is accurate, but I’m not getting any event from the Particle cloud. The test webhook fired from the Integration console works fine and I receive the response event payload, just not from the live devices.

Hello,

Let me ping someone that might be able to help, @tylercpeacock are you able to assist?

Kyle