Firebase deploy fails
fabltd opened this issue · 3 comments
fabltd commented
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?
devunwired commented
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.
fabltd commented
Thanks
I am finding a number of bugs. Shall i add them here or open an issue for each.
devunwired commented
Open individual issues