-
Notifications
You must be signed in to change notification settings - Fork 615
add more extension functions for dynamic-links-ktx #1753
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
Hi @rosariopfernandes. 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. |
…-sdk into rpf-fdl-ktx � Conflicts: � firebase-dynamic-links/ktx/src/main/kotlin/com/google/firebase/dynamiclinks/ktx/FirebaseDynamicLinks.kt
Hi @rosariopfernandes thanks for your proposal! I like the idea of the destructuring, but I'm not entirely sure about the extensions for @vkryachko wdyt? |
/ok-to-test |
Coverage ReportAffected SDKs
Test Logs
NotesHTML coverage reports can be produced locally with Head commit (2ed4677d) is created by Prow via merging commits: 739dd16 9b84fd3. |
Binary Size ReportAffected SDKs
Test Logs
NotesHead commit (2ed4677d) is created by Prow via merging commits: 739dd16 9b84fd3. |
...namic-links/ktx/src/main/kotlin/com/google/firebase/dynamiclinks/ktx/FirebaseDynamicLinks.kt
Outdated
Show resolved
Hide resolved
Check-changed failed because
you can use |
…-sdk into rpf-fdl-ktx � Conflicts: � firebase-dynamic-links/ktx/src/test/kotlin/com/google/firebase/dynamiclinks/ktx/DynamicLinksTests.kt
@rlazo done, thanks! |
Thanks @rosariopfernandes ! I'll get your proposal through the API review and let you know the result. |
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.
Hi @rosariopfernandes thanks for your patience, your proposal has been approved 👍 Just address the comments below and we can merge your change. Thanks for your help!
...namic-links/ktx/src/main/kotlin/com/google/firebase/dynamiclinks/ktx/FirebaseDynamicLinks.kt
Outdated
Show resolved
Hide resolved
Thanks @rlazo ! All done. |
Thanks! |
@rosariopfernandes: The following test failed, say
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. I understand the commands that are listed here. |
KTX Suggestions
1. Extension functions for Intent and UriThis allows developers to useintent.getFirebaseDynamicLink()
anduri.getFirebaseDynamicLink()
instead ofFirebase.dynamicLinks.getDynamicLink(intent)
.This was removed from the PR. See discussion below.
2. Destructuring declarations for ShortDynamicLink and PendingDynamicLinkData
ShortDynamicLink
becomes:
PendingDynamicLinkData
becomes: