### Steps to reproduce **Steps of Reproduction** - Install Angular Fire version 17 - Try to log and event example ` logEvent(this.analytics, 'show-qr-code', { event_category: menuName, event_label: this.getPoiLabel(menuName, selectedItem), value: 1, computerName: this.computerName, });` Notice in the web version it works fine, but in the electron app it doesn't send the events or registers the analytics. ### ✔️ Expected Behavior Electron App should fire and register the analytics ### 🔍 Additional context OS: Windows