firebase / firebase/firebase-unity-sdk

[FR] FirebaseUser.SendEmailVerificationAsync doesn't take in ActionCodeSettings as an argument

Open
#412 5 comments 0 reactions 0 assignees View on GitHub
api: auth type: feature request
Dominant language
C#
Stars
320
Forks
60
Avg merge
11h 15m
Merged PRs (30d)
11

Description

### Feature proposal

* Firebase Component: Auth

Currently once you sign-in and get a FirebaseUser, there is a method that triggers email verification `SendEmailVerificationAsync`. However, in other SDK's, there is an option to pass an [ActionCodeSettings](https://firebase.google.com/docs/reference/js/auth.actioncodesettings) object in order to customize the `continueUrl`. However, in the Unity SDK the method does not take any arguments.

This is especially important in the mobile use case, where ideally the user doesn't need to verify their email on the website and then reopen the app after verifying. Additionally this allows us to customize the verification path depending on whether we are on iOS or Android.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.