-
Notifications
You must be signed in to change notification settings - Fork 944
Populate GMPID header #2670
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
Populate GMPID header #2670
Conversation
06d45e3
to
dcc7cf4
Compare
dcc7cf4
to
8f704d0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx for adding this!
Is there a tracking bug somewhere?
b/147740859 |
Adding @Feiyang1 for codeowners. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any backend change that needs to be done? e.g. whitelisting the new header for CORS.
The backend already accepts this header (for Storage only). |
This reverts commit 7d5a29f.
This populates the GMPID header for Storage on Web.
See https://github.com/firebase/firebase-android-sdk/blob/e95f91e64c79206549302e9f37341534c29f58af/firebase-storage/src/main/java/com/google/firebase/storage/network/NetworkRequest.java#L53 for reference.