Daniel Molina
Daniel Molina
Any updates??
Any update to this?
I just fell into this error too...
Finally, I use a temporary solution by importing the Firebase Web SDK for the .auth() class... Working without problems. Like this: ```javascript import * as firebase from 'firebase'; import firestore...
@alexyakubenko @jaggederest Any updates on this? We are facing the same issue and applied a monkey patch for now. Thank you!