Tim Mulders

Results 20 comments of Tim Mulders

I have a similar issue (https://github.com/firebase/firebase-js-sdk/issues/8383) and tried to implement the new version of the sdk released yesterday, `11.0.0`. Sadly, the problem is not fixed, as I still get `@firebase/firestore:...

@jbalidiong Do you have a status update on this? Do you maybe know if someone is having a look into this?

Hi @cherylEnkidu, Thanks for the response! You are correct; removing the following code snippet did indeed make it work in multiple tabs: ```typescript onAuthStateChanged(auth, async (user) => { if (import.meta.env.MODE...

@cherylEnkidu or @jbalidiong, Do you have an update on this? I'm still stuck on it and I'm getting more complains from users about it. Thanks!

@cherylEnkidu and @jbalidiong , Today I got a different error message while working on a hosted version of the project. I got the following, in which the user is authorized...

@cherylEnkidu, Here is a stack-trace, if I get a different outcome in another place, I'll add that trace as wel:

@cherylEnkidu Is the strack-trace I sent of any help? Do you have any update on what could be going on here and how I could fix it? Or might you...

@cherylEnkidu, I recently set up Rollbar to get better visibility on the bugs in my project. I just got this stack trace: Hopefully, it helps in tracking down the issue!

@cherylEnkidu or @jbalidiong, Do you have any updates on the issue and do the stack-traces provide any information?

Thanks for the comments, I haven't had the time to continue on this since I was on holiday. I've tried downgrading to `10.6.0`, but this gives problems with the persistence,...