使用Xamarin上的Android电子邮件链接通过Firebase进行身份验证

时间:2020-05-14 12:55:21

标签: android firebase xamarin firebase-authentication

我正在尝试使用Xamarin通过Android的电子邮件链接对Firebase进行无密码身份验证。在iOs上,一切都很好,我通过启动Auth.DefaultInstance.SendSignInLinkAsync使用了nuget包https://github.com/xamarin/GoogleApisForiOSComponents/tree/master/source/Firebase/Auth,但对于android,我可以在Xamarin.Firebase.Auth中找到相同的方法。

https://firebase.google.com/docs/auth/android/email-link-authhttps://github.com/xamarin/GooglePlayServicesComponents

如何解决此问题?谢谢

0 个答案:

没有答案