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() {
340
340
.setUrl ("https://www.example.com/finishSignUp?cartId=1234" )
341
341
// This must be true
342
342
.setHandleCodeInApp (true )
343
+ .setLinkDomain ("custom-domain.com" )
343
344
.setIOSBundleId ("com.example.ios" )
344
345
.setAndroidPackageName (
345
346
"com.example.android" ,
Original file line number Diff line number Diff line change @@ -280,6 +280,7 @@ abstract class MainActivity : AppCompatActivity() {
280
280
url = " https://www.example.com/finishSignUp?cartId=1234"
281
281
// This must be true
282
282
handleCodeInApp = true
283
+ setLinkDomain(" custom-domain.com" )
283
284
setIOSBundleId(" com.example.ios" )
284
285
setAndroidPackageName(
285
286
" com.example.android" ,
You can’t perform that action at this time.
0 commit comments