I am developing an action using "Google Action". I have deployed the action as given in the deployment documentation. Now I want other users to integrate or connect their Google Home device to this action. How can I do that?
Asked
Active
Viewed 273 times
2 Answers
1
See the section Confirm Your Deployment under the page you have linked to. Your Action will be reviewed and, once approved, will be Deployed and available for others to use.
Until it has been approved, you can only let others test it using the same scheme you are using to test it.

Prisoner
- 49,922
- 7
- 53
- 105
-1
Pro Tip: You can deploy your action to the public by using https://01234567890.firebaseio.com/.json as your fulfillment endpoint.

assist ant
- 44
- 3
-
We can use firebase as the service instead of Heroku or Google Cloud? – marciokoko Apr 12 '17 at 20:55
-
Yes! Any service that exposes a public http endpoint can be used to fulfill requests. – assist ant May 15 '17 at 03:16