firebase-unity-sdk icon indicating copy to clipboard operation
firebase-unity-sdk copied to clipboard

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

Open kgpasta opened this issue 3 years ago • 5 comments

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 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.

kgpasta avatar Jul 20 '22 20:07 kgpasta

I found a few problems with this issue:

  • I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
  • This issue does not seem to follow the issue template. Make sure you provide all the required information.

google-oss-bot avatar Jul 20 '22 20:07 google-oss-bot

Hi @kgpasta,

Thanks for filing this feature request. I believe having ActionCodeSettings available for all platforms would be helpful to Unity developers as well as this suffices your use case.

I'll let the team know about this. You may refer to this thread for any updates.

paulinon avatar Jul 21 '22 17:07 paulinon

Just giving this a +1, would be awesome. :D

ubberkid avatar Mar 05 '24 08:03 ubberkid

Hey all, we will work on adding the additional functionality, it just will take a bit longer to get it working across all the platforms, so I pushed ahead with the simpler one so that the folks that needed that one could be unblocked.

a-maurice avatar Mar 05 '24 21:03 a-maurice

Hey all, we will work on adding the additional functionality, it just will take a bit longer to get it working across all the platforms, so I pushed ahead with the simpler one so that the folks that needed that one could be unblocked.

No worries, was just giving it a little bump to keep it alive. Appreciate it!

ubberkid avatar Mar 05 '24 21:03 ubberkid