How can I redirect back to my app after the user has verified their email using Firebase Auth and Swift?
问题 When a user signs up in my app, they get a pop up that says, please verify your email and then login. When the user clicks OK, it takes them to login page. At this point the user should go to the Mail app (iPhone) and click the link that has been sent to them from Firebase. Clicking this link currently opens Safari and tells the user the account is verified, then the user has to manually go back to the app. How can I verify the user AND then also take them back to the app? I've read up about