Firebase Android Default Setup and User Privacy -
i followed setup steps mentioned in firebase docs in order setup firebase in android app: https://firebase.google.com/docs/android/setup
however, after monitoring outgoing http connections using charles, found following urls being accessed:
https://ssl.google-analytics.com
so questions are:
which of these urls used firebase analytics (i have read firebase analytics automatically collects information without doing explicit call firebase analytics api)?
is there possibility turn off sending information firebase? can control sent information user privacy requirements? have read in documentation possible de-activate analytics setting "firebase_analytics_collection_deactivated" true: https://firebase.google.com/support/guides/disable-analytics
so setting flag true prevents automatic upload of data?
google analytics firebase uploads events https://app-measurement.com/a
setting flag prevents uploading of events (whether automatically or manually logged).

Comments
Post a Comment