You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
Hello. I have a weird issue while implementing login with Firebase.
I have Xamarin.Forms version 5.0.0.2515 and I can't install Xamarin.Firebase.Auth in my Project.Android because Xamarin.Forms must use Xamarin.AndroidX.Browser(>= 1.4.0.1) and Xamarin.Forms must use Xamarin.AndroidX.Browser(< 1.4.0.1).
I tried to install a previous version of Xamarin.Firebase.Auth but it doesn't recognize methods like FirebaseAuth.GetInstance() or FirebaseAuth.CurrentUser()
These nuget packages author is Microsoft itself. How could I solve this?
Also this does not happen with Xamarin.iOS.Auth on the other side, but I need to do both implementations.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello. I have a weird issue while implementing login with Firebase.
I have Xamarin.Forms version 5.0.0.2515 and I can't install Xamarin.Firebase.Auth in my Project.Android because Xamarin.Forms must use Xamarin.AndroidX.Browser(>= 1.4.0.1) and Xamarin.Forms must use Xamarin.AndroidX.Browser(< 1.4.0.1).
I tried to install a previous version of Xamarin.Firebase.Auth but it doesn't recognize methods like FirebaseAuth.GetInstance() or FirebaseAuth.CurrentUser()
These nuget packages author is Microsoft itself. How could I solve this?
Also this does not happen with Xamarin.iOS.Auth on the other side, but I need to do both implementations.
Beta Was this translation helpful? Give feedback.
All reactions