Christina Holland

Results 209 comments of Christina Holland

Hi, to clear up any confusion, Firebase Analytics is a wrapper around the [gtag.js library](https://developers.google.com/analytics/devguides/collection/gtagjs). Any expansion of its capabilities depend on `gtag.js` adding those capabilities. I don't know of...

No, as mentioned in the third paragraph of that article, Firebase is not officially supported for use in Electron. That is a guide with some tips for making as much...

I actually haven't been able to reproduce this by using the code in the first post and trying to fill in the blanks. I've tried localhost dev server, localhost prod...

I'm able to reproduce with App Check's `ReCaptchaEnterpriseProvider` only, and I think I can get a quick fix done for that. If you're experiencing this error with `ReCaptchaV3Provider`, it would...

Let me keep this open because there's still some uncertainty about if there is a bug with RecaptchaV3.

This should be fixed in 9.9.1, if it's not the case, can you try a fresh reinstall to make sure nothing was left behind? (remove node_modules and yarn.lock and reinstall)....

I haven't heard back from the other person who reported it in https://github.com/firebase/firebase-js-sdk/issues/6485 so I'll close this again, can reopen if someone reports the problem again.

Sam is correct that using `initializeAuth()` over `getAuth()` reduces bringing in some unneeded code. I also looked specifically into one symbol you mentioned being brought in that shouldn't be, the...

I've looked around and it seems like people using the Angular web worker generator have run into similar issues (typescript complaints about DOM-only types) in general, even if not using...

Thanks for the info that this works with 8.10.0 and not in 9.6.1. Would anybody be able to try and see if this is also broken in any earlier v9...