Hey,
does anybody have some experience with firebase auth in xamarin forms?
I've followed this https://evgenyzborovsky.com/2018/03/26/firebase-authentication-in-xamarin-forms/ blog post but it seems the email auth is still very buggy...
For example, if I hande a wrong email and/or password to the function the async login stuck and never go on... seems like a deadlock and I don't have a clue why or what to do...
And the sign on does absolutely not work.
Does anyone has ever used firebase auth successfully in a xamarin forms project?
Does anyone have an alternative for using email/password auth in xamarin forms?
Thx
Flo