Michael Bleigh
Michael Bleigh
A few things: 1. You should really only need to ship your private code separately. All public repos should be in `package.json` as normal. 2. You don't want to put...
To do this, you would add to `firebase.json`: ```json { "functions": {"ignore": []} } ```
We've always considered `init` to be an explicitly interactive command, but maybe we could do something like `npm init -y` and add a `-y/--confirm` that is equivalent to selecting all...
Interesting...I tried to create a minimal repro but couldn't reproduce the behavior. I thought I had seen the behavior in `bower init` but now can't reproduce that either. Feel free...
I'm not familiar with Spotify APIs, but is it possible your client is in a test or sandbox mode where it is only accessible to you? You may need to...
This seems like a reasonable configuration option, but just as an FYI -- the expiration date resets with each new deploy, so if you have a branch that is under...
Deploy targets are intended to support multiple Hosting sites in the same project, not multiple projects. For instance, if you have a blog and a PWA each might have its...
Since the URL stays the same, I worry it would get annoying to get an email every time the action completes... On Fri, Sep 25, 2020, 11:39 PM James Hegedus...
What if the action updated the comment with note about a failed run (assuming it doesn't crash out just fails to build or deploy) On Fri, Sep 25, 2020, 11:49...
What version of the Firebase CLI do you have? Can you please update to the latest version and try again?