GoogleCloudPlatform/iot-smart-home-cloud

Firebase deploy fails

fabltd opened this issue · 3 comments

Firebase deploy fails with the following error:

Cannot find module ./service-account.json

const homegraph = smarthome({
  jwt: require('./service-account.json')

Documents don't mention the creation of a service-account key. What IAM scope is required for this?

Thanks for pointing this out, we'll get the README updated to clarify this. The service account is required for use with the Home Graph API, and you can follow these instructions in the meantime to create a key.

Thanks

I am finding a number of bugs. Shall i add them here or open an issue for each.

Open individual issues