Jason Dobry

Results 170 comments of Jason Dobry

So the settings to reproduce are: ``` { storageMode: 'localStorage', deleteOnExpire: 'passive' } ``` plus using $http, correct?

The source maps are generated by Rollup.js. I don't have any idea what to do about this.

Which of the two source maps is the one that you're saying is corrupted?

Note, this was partially addressed with the addition of the `--tail` option to `functions start`.

This is a good question. In order for the Emulator (or the Gcloud CLI for that matter) to deploy a directory's index.js file and all its exported functions, it would...

This sounds like a great feature! I think we can do it.

Can you please provide reproduction steps with which I can reproduction steps? Without those I can't really debug this for you.

I followed your steps, and I got: ``` ERROR: Error: Node.js module defined by file index.js is expected to export function named protoculture ``` After inspecting the `index.js` generated by...

The Emulator expects a named function. Can you point me to the Cloud Functions docs where they make it seem like you can export just a function? If that's valid...