9

I am trying to run through the Google Actions tutorials to play around with Google Assistant. I've started with the first Code Lab but when I get to the 6th part, step 2 and try and toggle on the Inline Editor I consistently get:

Your Google Cloud resources are still being provisioned. Please refresh the page and try again in a few minutes.

I've now been trying to toggle this on for a good two days now, so I think something else is wrong. Something else I could be missing or could check?

Sairaj Sawant
  • 1,842
  • 1
  • 12
  • 16
rossco
  • 523
  • 4
  • 20
  • Hmm I saw the same problem on Friday. You can check the Firebase docs on how to deploy locally, and that works. There may be a larger bug. – Nick Felker Jun 24 '19 at 00:46

1 Answers1

19

It is because your projects needs to be available in firebase with setup. Follow these steps and check :

  1. Open https://console.firebase.google.com and choose your project.
  2. On the left menu choose storage and click on get started button. Follow the steps there.

Once it is done, refresh your dialogflow console and check again.

Ravi
  • 34,851
  • 21
  • 122
  • 183