-
-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firebase Analytics disabled (acc. firebase instructions) but still positive result reported #107
Comments
The static analysis we use only allows us to see if the code signature for Firebase analytics is present in the APK, not that it is disabled in the manifest. The most reliable way for you to be sure that Google Firebase Analytics is not present is to completely remove the code that imports it from your code. |
Exodus could detect with the static analysis Cf https://firebase.google.com/support/guides/disable-analytics Then it could stop report |
instead of not reporting such a disabled feature at all, you should mark it as disabled, not green not red , but orange as semi-bad |
To complete my opinion, less tracking is good, and pushing companies in that way is a good thing. That why counting trackers helps. But in this specific case, where an SDK have tracking capabilities that can be statically disabled, encouraging companies that disabled it is important too: most of those companies will not use an alternative for Firebase, so, in the less tracking options, if disabling Firebase Analytics had an effect, it could push companies in the good direction. |
I have disabled in the app the firebase analytics as described in the firebase documentation, i.e.
and
=> but the report still hints on included tracker: Google Firebase Analytics
The detection rules hint: com.google.firebase.analytics.|com.google.android.gms.measurement.
=> but acc. to firebase documentation above seems to be the only reliable way to disable firebase analytics
Shouldn't the exodus-privacy tool check for firebase analytics disablement settings, so to report correctly that with above manifest entries no tracker is active?
The text was updated successfully, but these errors were encountered: