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://play.googleapis.com

https://www.googleapis.com

https://ssl.google-analytics.com

so questions are:

  1. which of these urls used firebase analytics (i have read firebase analytics automatically collects information without doing explicit call firebase analytics api)?

  2. 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?

enter image description here

  1. google analytics firebase uploads events https://app-measurement.com/a

  2. setting flag prevents uploading of events (whether automatically or manually logged).


Comments

Popular posts from this blog

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

javascript - Understanding ExtJS Framework Syntax -