Skip to content

Instantly share code, notes, and snippets.

@tuanngominh
Last active August 26, 2017 09:33
Show Gist options
  • Save tuanngominh/2562d4a61c30a21d5348c9d3893e00d5 to your computer and use it in GitHub Desktop.
Save tuanngominh/2562d4a61c30a21d5348c9d3893e00d5 to your computer and use it in GitHub Desktop.
google cloud functions local emulator
#!/bin/sh
functions-emulator deploy \
--trigger-event=ref.write \
--trigger-provider=google.firebase.database \
--trigger-resource=sources/net-conversion/client-for-test-schema-and-big-query/s-4/schema \
--data='{"message":"Hello World"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment