Skip to content

Commit

Permalink
update ActionCodeSettings snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthecheung committed Oct 22, 2024
1 parent 0a133da commit 7ec31a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
.setIOSBundleId("com.example.ios")
.setAndroidPackageName(
"com.example.android",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")
setIOSBundleId("com.example.ios")
setAndroidPackageName(
"com.example.android",
Expand Down

0 comments on commit 7ec31a7

Please sign in to comment.