Christina Holland
Christina Holland
This may be fixed by https://github.com/firebase/firebase-js-sdk/pull/7890/ - should make it into the next release.
> I've recently faced the same issue on 10.5.2 and the 10.7.2 release does not seem to fix it > > Edit: apparently Safari doesn't like `[ ]` characters in...
I'm testing keys with odd characters in Safari 17.3 and it doesn't seem to have a problem:
Thanks to that stack trace though, it looks like the unhandled exception is being thrown at this point in the idb code (it says line 77 but I think it's...
Here's the possible fix: https://github.com/firebase/firebase-js-sdk/pull/7984
Just released 10.8.0 yesterday which contains the possible fix (see above). As mentioned above, since we don't have a way to reproduce this, the fix is just a guess, so...
So `app_instance_id` is a mobile-only concept tied to the idea of an installed app, which web does not have. However, my understanding from digging through Measurement Protocol documentation is that...
I just want to double check, are you solely going off what the documentation/Event Builder says, or have you tried sending client_id instead of app_instance_id, and had it fail? I...
Can you clear up what you mean by "can't find that gtag method"? It's a global variable on `window` that should become available any time after `getAnalytics()` or `initializeAnalytics()` is...
Ok, looks like we are going to have to do some testing and figure out what works on web, if anything. This may take some time, we will add updates...