i would like to create an action project. I have an issue when i run firebase deploy --only functions
.
Before i run: npm install -g firebase-tools
, firebase login
, firebase init
, npm install actions-on-google
, npm install
Everything is working and it says: Deploy complete. But it doesnt deliver me the function URL in the CMD. Also when i look it up over here : https://console.firebase.google.com/.../functions/list it doesnt show me the URL.
Do you have any idea what i am doing wrong? That is the Tutorial i am doing: https://developers.google.com/actions/tools/fulfillment-hosting
Best regards Luca