Doug Stevenson

Results 14 comments of Doug Stevenson

I suggest making the output a well-formed JSON document like this: ``` { "code": xxx, "error": "The English error message" } ``` The idea is to duplicate the HTTP status...

The Firebase Admin SDK just wraps the Cloud Storage SDK, so you might be better off filing a report in the repo for the @google-cloud/storage module. https://github.com/googleapis/nodejs-storage/

While you're waiting, you should just be able to copy that file into your TypeScript project and change its extension to .ts, since all JavaScript is valid TypeScript. You can...

@reyou I've been using the emulator on node 8 for a long time. It's node 10 that has a problem. The general expectation is that you should be able to...

@bio It doesn't work - you didn't have any functions HTTP functions to emulate, so there was no opportunity for failure. I still have problems with node 10.6.0, firebase-tools 3.19.3....

@honzasp it's OK to have the stack trace in the response in dev mode, but I would still recommend having the entire response be a JSON object. The stack trace...

I believe it's the normal case that REST API calls generate uniformly parseable responses. Whether or not all the data is present is a different thing. I think it's OK...

I'm trying to do this as well, and I think it's a perfectly reasonable feature request to not have to depend on env vars to accomplish this. It's just not...

@cherylEnkidu Wouldn't it be possible to introduce a new function to initialize the app against the emulator alone? I don't really need to single out one product for use with...

@cherylEnkidu Added here: https://github.com/firebase/firebase-admin-node/issues/2327 I'm unable to manipulate labels here.