-
Notifications
You must be signed in to change notification settings - Fork 626
Use custom tab only for web actions #2310
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 @dlackty. 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. |
According to the commit history, I guess @JasonAHeron might want to have a look. Sorry if I ping the wrong person. |
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.
This PR looks good to me.
.../src/main/java/com/google/firebase/inappmessaging/display/FirebaseInAppMessagingDisplay.java
Show resolved
Hide resolved
.../src/main/java/com/google/firebase/inappmessaging/display/FirebaseInAppMessagingDisplay.java
Outdated
Show resolved
Hide resolved
@eldhosembabu Pushed some changes according the suggestions, and also rebased the branch. Thank you. |
/ok-to-test |
Coverage ReportAffected SDKs
Test Logs
NotesHTML coverage reports can be produced locally with Head commit (738fc7ae) is created by Prow via merging commits: 257f96b 846ebf3. |
/retest |
@dlackty here's the test failure:
|
.../src/main/java/com/google/firebase/inappmessaging/display/FirebaseInAppMessagingDisplay.java
Outdated
Show resolved
Hide resolved
Binary Size ReportAffected SDKs
Test Logs
NotesHead commit (738fc7ae) is created by Prow via merging commits: 257f96b 846ebf3. |
Macrobenchmark ReportAffected SDKsMeasurements are for head commit (846ebf3). Diffing against base commit (257f96b) is working in progress.
|
@eldhosembabu this is green and approved, do you want to merge it? |
Currently, FIAM uses Custom Tabs to open every action URI and results in errors for deep links.
Refering to iOS SDK's implementation, which checks whether URI schems is http/https, I implemented a similar logic in this PR.
Not pretty sure if my test change is sufficient as this is my first time to contribute to the project.
So please let me know if there's anything missing.