DellaBitta

Results 88 comments of DellaBitta

Hi @infiniteloopunroll, I've been looking into this issue and I believe I've found the problem. When macOS Sandbox mode is enabled, [macOS requires](https://developer.apple.com/library/archive/documentation/Security/Conceptual/AppSandboxDesignGuide/AppSandboxInDepth/AppSandboxInDepth.html#//apple_ref/doc/uid/TP40011183-CH3-SW24) that semaphores have a name that is...

Hi @infiniteloopunroll, We thought adding a field to AppOptions but in theory, if you initialize the default app and then later create a custom app with AppOptions, it would already...

Hi @bpfeiffer187, Could you check [this post](https://github.com/firebase/firebase-js-sdk/issues/7566#issuecomment-1682898721) in a similar report to see if clearing your IndexedDB cache solves your issue? Thanks!

Hi @MYKEU and @Sisyphusean, Please see [the comment from @jbalidiong ](https://github.com/firebase/firebase-js-sdk/issues/7309#issuecomment-1580495732) above. We believe this to be an issue in WebKit, which has been patched but it requires that Safari...

Hi @R0N1n-dev, Does this issue exist in `v10.3.0`? And are you using React Native in your stack at all? There was [a change to Auth persistence for react native](https://firebase.google.com/support/release-notes/js#version_1030_-_august_22_2023) in...

This seems like this was a backend issue. I'm going to close this issue for now, but if you encounter the issue again the please open a new isssue and...

The other issue that was link has since been closed and resolved. Are you still experiencing this issue? Thanks!

Hi @megamisan, Thanks for proposing this fix. We went a different route to fix the issue by updating the `wrappedGtagFunction` implementation, and keeping the invocation the same. Please see #8243....

This fix should be in our next release. If you find that there's still an issue, or a new one, then please open a new support issue and feel free...

Just checking to ensure that your code is correct. Are you invoking `if(isSupported())` or just checking if it's defined `if(isSupported)`. Looks like the latter is in the test case above....