Can you use Firebase.Auth in Xamarin.Forms?

浪尽此生 提交于 2021-02-05 09:29:18

问题


I am exploring app development and doing Xamarin.Forms, and I want to use Firebase, so far looking at the Authentication thing. The problem is that I am not sure if possible and how to use it in Xamarin Forms, I've found some native documentation and something about forms but I couldn't really understand it or it was updated.


回答1:


Check the Nuget package of xamarin:

Android: https://www.nuget.org/packages/Xamarin.Firebase.Auth/

IOS: https://www.nuget.org/packages/Xamarin.Firebase.iOS.Auth/

Here is a tutorial for Xamarin-forms: https://evgenyzborovsky.com/2018/03/26/firebase-authentication-in-xamarin-forms/



来源:https://stackoverflow.com/questions/54309518/can-you-use-firebase-auth-in-xamarin-forms

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!