Mark Haddad
Mark Haddad
I'm facing the same issue. Nuxt3 + firebase 11.6.0 (Web) We followed everything from the docs: https://firebase.google.com/docs/firestore/quickstart
> Hi [@moblizeit](https://github.com/moblizeit) [@khaelou](https://github.com/khaelou) [@mark-redlayers](https://github.com/mark-redlayers) , could you please set the log level to "debug" and share the logs? which sdk and mobile device versions are you using? > >...
> With the given logs and info, it is hard to debug what leads to the WebChannelConnection issue. There is a new [update](https://github.com/firebase/firebase-js-sdk/pull/8313), which adds assertion ID to error messages...
> I was facing the same issue (Chrome Extension), but the reason was using the wrong db. Instead of db = getFirestore(app) I used db = getFirestore(app, "**db name here**")...