cordova-plugin-firebase-analytics
cordova-plugin-firebase-analytics copied to clipboard
bug(iOS): FirebaseAutomaticScreenReportingEnabled not work
FirebaseAutomaticScreenReportingEnabled should use "NO" boolean, not string, see https://firebase.googleblog.com/2020/08/google-analytics-manual-screen-view.html string "false" does not work.
@expcapitaldev have you tested? It worked for me.
@chemerisuk I tested, logs from xcode with Firebase/Analytics about FirebaseAutomaticScreenReportingEnabled, true/false not work, work only boolean value, can you check in xcode Firebase/Analytics logs ?
@chemerisuk any updates ?
👀
@chemerisuk hi, any updates?