Skip to content
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

[📚] Document how to disable IDFA collection (iOS) #12081

Open
wujek-srujek opened this issue Dec 27, 2023 · 4 comments
Open

[📚] Document how to disable IDFA collection (iOS) #12081

wujek-srujek opened this issue Dec 27, 2023 · 4 comments
Assignees
Labels
good first issue Good for newcomers platform: ios Issues / PRs which are specifically for iOS. plugin: analytics type: documentation Improvements or additions to documentation

Comments

@wujek-srujek
Copy link

In native, it is possible to disable IDFA, see https://firebase.google.com/docs/analytics/configure-data-collection?platform=ios#disable-IDFA-collection.

At some point, this issue has been created #6030, and fixed #6046. The new switch in Podfile was first documented for 8.2.0 and last for 8.3.4 (the last version in the 8.x line). Starting with 9.0.0 up to now it is no longer documented. However, the solution still works.

Could you please add this documentation back, so that it is easier to find it? Or answer here if it is no longer recommended to use this 'without idfa' dependency?

@wujek-srujek wujek-srujek added good first issue Good for newcomers type: documentation Improvements or additions to documentation labels Dec 27, 2023
@Lyokone
Copy link
Contributor

Lyokone commented Dec 28, 2023

Hello @wujek-srujek, since we migrated from the old FlutterFire documentation to the official Firebase documentation website, some part have been dropped since they would duplicate the instructions for either Android or iOS. If nothing is specified for Flutter, it means that you should use the native instructions.
Thanks for bringing this to our attention, we'll see if we can improve this.

@Lyokone Lyokone self-assigned this Dec 28, 2023
@wujek-srujek
Copy link
Author

Hi. Problem is, there is no official documentation about how to do it in Flutter. The native docs tell us to change the pod we depend on, but we typically don't do it in Flutter this way, Pod spec is created and filled out for us.
A simple mention, like it used to be on Dart Pub, would be sufficient, no idea why it disappeared.

@danagbemava-nc danagbemava-nc added triage Issue is currently being triaged. plugin: analytics and removed triage Issue is currently being triaged. labels Dec 29, 2023
@Siddharth1605
Copy link

@wujek-srujek I'd like to work on this issue, can you assign it to me

@wujek-srujek
Copy link
Author

wujek-srujek commented Jan 1, 2024

@wujek-srujek I'd like to work on this issue, can you assign it to me

@Siddharth1605
I don't think I can, it's not my project, we have to wait for the owners. But I think you can just implement it and create a PR, looks like nobody is working on it yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers platform: ios Issues / PRs which are specifically for iOS. plugin: analytics type: documentation Improvements or additions to documentation
4 participants