capacitor-community/firebase-analytics

Disable Auto page_views for web

jbaezahuertas opened this issue · 0 comments

Hello, I just was wondering how we can disable the defect send of page_view within the plugin, as in the Firebase SDK for native apps we are already able to do that using the gtag function (but we do not have any gtag function declared into the capacitor project):

gtag('set', { 'send_page_view': false })

https://firebase.google.com/docs/reference/js/analytics.gtagconfigparams?hl=es

Anyone have that done on the Ionic app with the plugin?

Thanks!