diff --git a/.changeset/serious-fireants-hunt.md b/.changeset/serious-fireants-hunt.md new file mode 100644 index 00000000000..15a7bdf98ac --- /dev/null +++ b/.changeset/serious-fireants-hunt.md @@ -0,0 +1,5 @@ +--- +'@firebase/analytics': patch +--- + +Fixed a behavior causing `gtag` to be downloaded twice on Firebase Analytics initialization. This did not seem to affect the functionality of Firebase Analytics but adds noise to the logs when users are trying to debug.