Relative Content

Tag Archive for flutterfirebaseauthenticationdeep-linking

Firebase Authentication using Email Link with Deep Links

I currently have a Flutter mobile app that allows the user to authenticate to Firebase using an email link (password-less authentication). This implementation uses Dynamic Links. Since Google has deprecated Dynamic Links, I want to switch to Deep Links. However, I cannot find any documentation that does a good job of explaining how to acheive this.