Skip to content

Conversation

kevinthecheung
Copy link
Contributor

No description provided.

Copy link
Member

@thatfiredev thatfiredev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To match the web snippet firebase/snippets-web#390

@@ -340,6 +340,7 @@ public void buildActionCodeSettings() {
.setUrl("https://www.example.com/finishSignUp?cartId=1234")
// This must be true
.setHandleCodeInApp(true)
.setLinkDomain("custom-domain.com")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.setLinkDomain("custom-domain.com")
// The domain must be configured in Firebase Hosting and owned by the project.
.setLinkDomain("custom-domain.com")

@@ -280,6 +280,7 @@ abstract class MainActivity : AppCompatActivity() {
url = "https://www.example.com/finishSignUp?cartId=1234"
// This must be true
handleCodeInApp = true
setLinkDomain("custom-domain.com")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
setLinkDomain("custom-domain.com")
// The domain must be configured in Firebase Hosting and owned by the project.
setLinkDomain("custom-domain.com")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants