Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does firebase app data collection need to be declared in Data Safety Form of Play Console?

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?

like image 513
mia Avatar asked Oct 29 '21 15:10

mia


People also ask

What is data safety in play console?

Overview. The Data safety section on Google Play is a simple way for you to help people understand what user data your app collects or shares, as well as showcase your app's key privacy and security practices. This information helps users make more informed choices when deciding which apps to install.

Does your app collect or share any of the required user data types Firebase?

Data collected depending on your usage. Depending on how you configure or invoke the Firebase App Check SDKs and the product's features, your app may collect end-user data that needs to be included in your data disclosure.

Is Firebase compliant with GDPR?

Firebase customers typically act as the "data controller" (GDPR) or "business" (CCPA) for any personal data or information about their end-users they provide to Google in connection with their use of Firebase, and Google generally operates as a "data processor" (GDPR) or "service provider" (CCPA).

Does Firebase app data collection need to be declared in data safety?

- Stack Overflow Does firebase app data collection need to be declared in Data Safety Form of Play Console? Google has recently updated its play console Data Safety Form. It requires filling out the data collected and shared by the app.

Does Firebase Analytics collect user location?

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.

How do I submit my data safety form in Google Play console?

You alone are responsible for making complete and accurate declarations in your app’s store listing on Google Play. When you're ready to start, here's how you complete and submit your Data safety form in Play Console: Open Play Console and go to the App content page ( Policy > App content ).

What version of Firebase SDK should I use?

To ensure your app's disclosures are accurate, we recommend that you always use the latest version of each Firebase SDK. The Firebase user agent is a bundle of information collected from most Firebase SDKs and includes the following: device, OS, app bundle ID, and developer platform.


Video Answer


1 Answers

I searched on Google for "Firebase data safety" and found this page on Firebase site.

Follow this repo while filling the data safety form.

like image 89
Kumar Avatar answered Oct 26 '22 11:10

Kumar