Google has recently updated its play console Data Safety Form. It requires filling out the data collected and shared by the app. Is the data collected by the firebase or crashlytics is needed to declared in the Data Safety Form?
For example, Firebase Analytics collects user location. Does the location segment of the Data Safety Form should be filled. Google says in its official document that "check your app’s declared permissions and the APIs that your app uses."
My app has no such permission declared in the menifest file. Should we still declare it because of Firebase Analytics?
At some place in docs, google says "Transferring user data that has been fully anonymized so that it can no longer be associated with an individual user"
Is the Firebase collects crashlytics and analytics anonymously?
My app required no permission and used firebase library for crashlytics, analytics, and push notification. What should I fill in Data Safety Form?