-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Feature request: disable auto logging of in_app_purchase. #2435
Comments
If this opportunity is made, it will be very good. |
This was the only reason we had to move a lot of our apps to other platform for analytics. Anyone who has access to crashlytics will have access to in-app purchase data. We have many layers of access rights. We don't want everyone to have access to financial data, on the team. |
This issue is important and should be addressed. |
Tracked internally at b/130422135 |
Any chance get it soon? |
179 days passed, just a reminder |
Any update on this? |
I needed a team member to have access to crashlytics only and was not supposed to have access to in-app purchase and Admob data. I ended up creating a new role in IAM. It works but control of 'auto logging' would make things a lot easy. |
I just found this through Google:
Found at the bottom of https://support.google.com/firebase/answer/6318039?hl=en Looks like this is a GADMobileAds method, and not a Firebase method, though. |
Can you explain how you created the role in IAM? |
I quickly wrote down some steps for myself to remember, at that time. I am not sure if they will be work now. I have since moved my app away from Google eco-system. Here are the steps: Firebase: Create user with Crashlytics access only
|
any chance this issue could be fixed? thanks! |
Hi, Have you tried it? Did it work? |
We haven't GADMobileAds in project, so looks disableAutomatedInAppPurchaseReporting() won't work for Firebase. |
Any updates on this? We want to onboard more team members to Firebase, but we don't need all of them to see revenue data. |
bump, our analytics data is at risk of being ruined by users who 'hack' IAP's. Our backend filters out invalid attempts by validating the receipt ID"s, but the attempts are logged to Firebase Analytics anyway so now our dashboard has a random day where we made 10,000% more than we usually make.. all thanks to one rouge user. It makes the chart illegible now since everything else (our 'valid' data) by comparison is crushed to near zero.. We'd like to report in_app_purchase manually once we validate the purchase on our backend |
Any update on it? |
@paulb777 do you have any updates on this feature? |
This is not on the roadmap at this time. The use cases described above can be addressed by using features such as data-restriction management or user deletion. Closing this ticket for now, but feel free to provide more details on the underlying use cases not already described. |
It's needed a way to stop tracking in_app_purchase automatically collected event on iOS.
The text was updated successfully, but these errors were encountered: