set value of $FIREBASE_ANALYTICS_COLLECTION_ENABLED on capacitor
See original GitHub issuelooks like there’s an issue with setting FIREBASE_ANALYTICS_COLLECTION_ENABLED I’m using ionic 5, capacitor 2 on a react project
Getting this log:
Key firebase_analytics_collection_enabled expected Boolean but value was a java.lang.String. The default value false was returned.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Enable Firebase Analytics for Capacitor Apps - GitHub
Enable Firebase Analytics for Capacitor Apps. Contribute to ... Platform: Web/Android/iOS * Sets a user property to a given value.
Read more >Configure Analytics data collection and usage - Firebase
in your Apple app, set the value of GOOGLE_ANALYTICS_IDFV_COLLECTION_ENABLED to NO (Boolean) in your app's Info. plist file.
Read more >Ionic 5 Capacitor - Firebase Analytics only works on Web
When I test it locally, using ionic serve --lab (running on the browser), everything is working perfectly, all my data is collected in...
Read more >How to Use Firebase Analytics with Ionic - Devdactic
Setting up Firebase analytics within your Ionic application is super easy with Capacitor, so we will go throught he whole process today and ......
Read more >@capacitor-community/firebase-analytics NPM | npm.io
Check @capacitor-community/firebase-analytics 1.0.1 package - Last release ... Platform: Web/Android/iOS * Sets whether analytics collection is enabled for ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For Android under
<application>
You’ll have to add
xmlns:tools="http://schemas.android.com/tools"
to your manifest tag@pantos27 better to ask ionic team, it should work.