Eli Geller
Eli Geller
I ran into this too. Updating to the latest versions of all the Flutter Firebase packages solved the error for me.
For some reason, updating to the latest Firebase packages worked earlier, but now I'm getting the same error again, even with all the latest packages. Pinning `_flutterfire_internals` to 1.3.31 solves...
Hi @isaacadariku, I was running into this issue as well, and have [a small workaround](https://github.com/firebase/flutterfire/compare/master...elitree:flutterfire:fix-web-build-error) which I might submit as a PR if it works for you too. Can you...
Hi @Lyokone, I submitted the above PR to resolve this issue. But I totally understand if you'd rather wait for a minimal reproducible example before looking at the PR, so...
Quick note that https://github.com/firebase/flutterfire/pull/12925 is submitted to fix this issue. Thanks…
Can we leave this open until #12925 is merged to fix the issue?