0

I am looking for help to the same question as in Firebase Email verification not working with ActionCodeSetting

The answer is unfortunately incomplete (to me), and I cannot comment on the original answer as I'm new to SO.

What I'd like to know is whether or not it is required to implement the custom email handler (as per https://firebase.google.com/docs/auth/custom-email-handler) on an external host (as in the guide), or if this can be done on iOS client itself?

Thank you

user8865059
  • 71
  • 2
  • 13

1 Answers1

0

You can do that client side (on the iOS device) by passing state in the email action.

Rodrigo Mata
  • 1,779
  • 2
  • 14
  • 23
  • thank you. I was away on another project. Do you have sample code? Firebase documentation is not clear at all on how to actually do this. – user8865059 Aug 03 '18 at 14:46