firebase-analytics
firebase-analytics copied to clipboard
Enable Firebase Analytics for Capacitor Apps
**Describe the bug** The documentation states that we can use array params, firebase throws an error indicating we cant. **To Reproduce** Steps to reproduce the behavior: 1. Use logEvent with...
Firebase provides a way to use Firebase Analytics without any IDFA collection capability. There is a subspec available that can be used in place of the normal 'Firebase/Analytics' podspec. pod...
**Describe the bug** setUserId method does not accept null. https://github.com/capacitor-community/firebase-analytics/blob/master/src/web.ts#L83 **To Reproduce** ``` FirebaseAnalytics.setUserId({ userId: null, }); ``` **Expected behavior** When the user logs out, it must be possible to...
Will it be possible to set app_version, app_name? also set_debug mode.
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Hi guys, I have an ionic capacitor 3 app, and when I compile with Xcode 12.5 I got these errors: ``` Cannot find 'AnalyticsEventScreenView' in scope Cannot find 'AnalyticsParameterScreenName' in...
**Describe the bug** When I use the Capacitor v3 style of imports and run it as iOS app, not the native implementation but the web implementation is called. **To Reproduce**...
Hi Guys, is there a way to trigger a permission request like it is possible for other permissions like location, notifications, camera etc.? I added NSUserTrackingUsageDescription to my Info.plist file....
I'm looking to build a Mac version of my app with Catalyst. Before using FirebaseAnalytics everything was working great but know I am seeing the following when trying to build...
There is a screen CAPBridgeViewController which is recorded in Firebase Analytics. It should not be recorded to avoid confusion when we manually setScreenName (Login, Register...).