You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
firebase-tools: 13.16.0 and then upgrade to latest 13.22.1 and still same issue
Platform: macOS
[REQUIRED] Test case
Same as steps to reproduce - I don't understand so putting under steps to repro
[REQUIRED] Steps to reproduce
firebase init
did in us-east1, selecting project biltup-dev
firstore rules, storage rules, and emulators chosen
emulators chose firestore, storage, cloud tasks, and authentication
firebase emulators:start
log file firebase-debug.log seems to have nothing about cloud tasks except failed to initialize(see above) but nothing is above.
only log files created are firebase-debug.log, firestore-debug.log and ui-debug.log. no other log files though a cloud-tasks-debug.log I would think would be there but was not.
Hi @deanbiltup I'm not able to reproduce the issue on my end. Just to confirm, you've run the command firebase init emulators and initialized the tasks emulator to a specific port? Can you also open your firebase.json and post the ports for all the emulators? Thanks
It has something to do with multiple projects. I somehow resolved it.
There is something wonky that I can't quite get regarding this. It is
like different code is using different projects in the emulator. In fact,
why is emulator using a project at all since it is an emulator for
localhost. It seems the emulator should list 'local projects' and have
nothing to do with remote projects to work offline. My code was writing
somewhere and reading somewhere and working while the GUI was reading from
another (it is like the emulator code is not sharing the same information
and can end up on two different spaces). I need to go back and revisit and
have not had the time ... at one point the GUI started reading the data and
I have no idea what changed.
Dean
[REQUIRED] Environment info
firebase-tools: 13.16.0 and then upgrade to latest 13.22.1 and still same issue
Platform: macOS
[REQUIRED] Test case
Same as steps to reproduce - I don't understand so putting under steps to repro
[REQUIRED] Steps to reproduce
log file firebase-debug.log seems to have nothing about cloud tasks except failed to initialize(see above) but nothing is above.
only log files created are firebase-debug.log, firestore-debug.log and ui-debug.log. no other log files though a cloud-tasks-debug.log I would think would be there but was not.
[REQUIRED] Expected behavior
cluod tasks emulator starts up
[REQUIRED] Actual behavior
firebase-debug.log
firestore-debug.log
ui-debug.log
The text was updated successfully, but these errors were encountered: