- pubsub push --> ngrok endpoint << ngrok on cloud shell --> forwards to laptopt via cloud shell tunnel --> laptop pubsub listener
alternatively, just listen on laptop w/ ngrok directly:
- pubsub push --> ngrok endpoint << ngrok on laptop --> laptop pubsub listener
- on cloud shell start ngrok
$ gcloud alpha cloud-shell ssh -- -R 8080:localhost:8080