-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Adding "utmParametersDictionary" api to FIRDynamicLink #7505
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
Coverage ReportAffected SDKs
Test Logs
|
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.
Generally looks good, two things to address ...
FirebaseDynamicLinks/Sources/Public/FirebaseDynamicLinks/FIRDynamicLink.h
Outdated
Show resolved
Hide resolved
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.
3 more nits and then should be good ...
FirebaseDynamicLinks/Sources/Public/FirebaseDynamicLinks/FIRDynamicLink.h
Outdated
Show resolved
Hide resolved
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.
Code review comments addressed
Add getUtmParameters api method to PendingDynamicLinkData. This is new api method to provide utm parameters associated with a firebase dynamic link. Approved api review doc : https://docs.google.com/document/d/1NDBjiuCQEs3vnaPGfYKK2cdvJMIsJqukRtrZf8wsWCk iOS PR for the same : firebase/firebase-ios-sdk#7505
Adding "utmParametersDictionary" api to FIRDynamicLink. This new property will enable 3p developers to fetch the Utm parameters associated with a Firebase Dynamic Link. Related Issue: firebase#6730 API Review Doc : https://docs.google.com/document/d/1NDBjiuCQEs3vnaPGfYKK2cdvJMIsJqukRtrZf8wsWCk (Approved)
Adding "utmParametersDictionary" api to FIRDynamicLink.
This new property will enable 3p developers to fetch the Utm parameters associated with a Firebase Dynamic Link.
Related Issue: #6730
API Review Doc : https://docs.google.com/document/d/1NDBjiuCQEs3vnaPGfYKK2cdvJMIsJqukRtrZf8wsWCk (Approved)