Johnny Oshika
Johnny Oshika
> As a workaround, I tried to debug my python functions starting the emulators and then executing the starting the function manually. However for this to work I need to...
@pamafe1976 Thank you! I'll give that a try the next time I need to debug these functions.
Automatic migration in code would be really nice for me as well.
This workaround to set a node version doesn't work: ``` - uses: actions/setup-node@v4 with: node-version: '18' ``` When using `FirebaseExtended/action-hosting-deploy@v0` I still get this warning: > Node.js 16 actions are...
@taeold Better late than never. I just tested firebase-tools from source with `dl-fn-emu-inspect-bug` branch and `onFinalize` was called properly with `--inspect-functions` enabled. I also checked out the commit tagged with...
Confirmed that everything's working in v11.16.1. Thanks @taeold. Closing!
We have a regression. `onFinalize` background function no longer gets called in [email protected] when `--inspect-functions ` is enabled. @taeold Can you please investigate?
Closing, as it seems to work fine on `11.20.0` now. Must have been a false positive. 🤷♀️
I don't seem to have any trouble connecting to auth emulator with `preferRest`. My config: `config/firebase.ts` ``` import { initializeApp } from 'firebase-admin/app'; import { getAuth } from 'firebase-admin/auth'; import...
I stand to be corrected. Although my app runs fine with auth emulator when `preferRest` is true, unit tests on Linux and macOS time out and fail. Interestingly this wasn't...