File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
auth/app/src/main/java/com/google/firebase/quickstart/auth Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -340,6 +340,7 @@ public void buildActionCodeSettings() {
340340 .setUrl ("https://www.example.com/finishSignUp?cartId=1234" )
341341 // This must be true
342342 .setHandleCodeInApp (true )
343+ .setLinkDomain ("custom-domain.com" )
343344 .setIOSBundleId ("com.example.ios" )
344345 .setAndroidPackageName (
345346 "com.example.android" ,
Original file line number Diff line number Diff line change @@ -280,6 +280,7 @@ abstract class MainActivity : AppCompatActivity() {
280280 url = " https://www.example.com/finishSignUp?cartId=1234"
281281 // This must be true
282282 handleCodeInApp = true
283+ setLinkDomain(" custom-domain.com" )
283284 setIOSBundleId(" com.example.ios" )
284285 setAndroidPackageName(
285286 " com.example.android" ,
You can’t perform that action at this time.
0 commit comments