Stefan Pfaffel
Stefan Pfaffel
I was wondering whether this is can/should be fixed in the emulator or the function implementation itself. Of course I do not know whether the `enableCors` debug feature was left...
You can see above I also opened PR https://github.com/firebase/firebase-functions/pull/1189 to adapt the functions implementation.
@taeold updated as per suggestion and rebased
@taeold anything else I can do?
@taeold got it now, had to run `npm run format:fix` to fix the formatting error. I committed and pushed the changes just a few seconds ago.
They certainly do. Any updates? @arjun-g
Hi everyone, i've been travelling a lot and noticed the emulator is unusable in the plane when there's no WIFI available. That is because the NPM command only returns after...
hey @danielmez thanks for reaching out! 👋 I'm currently at the gym. Will get back to you Iater today.
hi @danielmez I can confirm the IP was never exposed. The exporter does collect the IP here https://github.com/stfsy/prometheus-what-active-users-exporter/blob/master/lib/index.js#L83. However the actual value of Gauge (metric) `what_user_sessions_currently_active` is always only the...
@danielmez The code that collects the values for the labels and the metric's value is here: https://github.com/stfsy/prometheus-what-active-users-exporter/blob/master/lib/index.js#L57-L61. The definition of the labels is here: https://github.com/stfsy/prometheus-what-active-users-exporter/blob/master/lib/index.js#L52 We'd also need a way...