I need to create different navigations after the email re-auth, this case happens very often insensitive operation.
val actionCodeSettings = actionCodeSettings { // URL you want to redirect back to. The domain (www.example.com) for this // URL must be whitelisted in the Firebase Console. url = "https://www.example.com/finishSignUp?cartId=1234" // This must be true handleCodeInApp = true iosBundleId = "com.example.ios" setAndroidPackageName( "com.example.android", true, /* installIfNotAvailable */ "12" /* minimumVersion */) }
2.1m questions
2.1m answers
60 comments
57.0k users