Daniel Molina

Results 5 comments of Daniel Molina

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!