koji-1009 / flutter_auth_ui

A Flutter plugin for using the Firebase Auth UI with Dart in Flutter apps. (not official plugin.)
https://pub.dev/packages/flutter_auth_ui
36 stars 10 forks source link

Email link auth #59

Closed vlad-litvinenko closed 3 years ago

vlad-litvinenko commented 3 years ago

Hi there, here's another one. The first commit wires deep link to complete email link flow. The second does the same but on the cold launch. The cold launch case might seem hacky and confusing for the user, however works fine technically.