-
Notifications
You must be signed in to change notification settings - Fork 626
Set TrafficStats tag in FirebaseInstallationServiceClient.createFirebaseInstallation #2270
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
Conversation
…aseInstallation Fixes firebase#2227 Tested: I verified that com.google.googlequicksearchbox doesn't have the violation anymore in the e2e test. Signed-off-by: Régis Décamps <[email protected]>
Hi @regisd. Thanks for your PR. I'm waiting for a firebase member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
TrafficStats tags should be unique.
Does GMS have emulator tests? Is there a way to check against StrictMode violations? |
...rc/main/java/com/google/firebase/installations/remote/FirebaseInstallationServiceClient.java
Outdated
Show resolved
Hide resolved
…d Generate Token.
I've added tagging on all |
Thank you so much @regisd |
…aseInstallation (#2270) * Set TrafficStats tag in FirebaseInstallationServiceClient.createFirebaseInstallation Fixes #2227 Tested: I verified that com.google.googlequicksearchbox doesn't have the violation anymore in the e2e test. Signed-off-by: Régis Décamps <[email protected]> * Add TrafficStats tags for Create isntallation, Delete installation and Generate Token. * Rename tags to be prefixed with TRAFFIC_STATS * Update copyright header for 2021.
Fixes #2227
Tested:
I verified that com.google.googlequicksearchbox doesn't have the violation anymore in the e2e test.
Signed-off-by: Régis Décamps [email protected]