Last active
August 26, 2017 09:33
-
-
Save tuanngominh/2562d4a61c30a21d5348c9d3893e00d5 to your computer and use it in GitHub Desktop.
google cloud functions local emulator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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