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
I am trying to bind this library to .NET android for my personal use, and i cant access the AuthUI.SignInIntentBuilder because its base type is private and in C# that prevents you from having AuthUI.SignInIntentBuilder as public
my solution to this issue is just to change AuthUI.AuthIntentBuilder from private to public
i am aware this is not a conventional use case for FirebaseUI-Android but this should not create any issues at all i would highly appreciate it if you would accept this solution
The text was updated successfully, but these errors were encountered:
I am trying to bind this library to .NET android for my personal use, and i cant access the AuthUI.SignInIntentBuilder because its base type is private and in C# that prevents you from having AuthUI.SignInIntentBuilder as public
my solution to this issue is just to change AuthUI.AuthIntentBuilder from private to public
i am aware this is not a conventional use case for FirebaseUI-Android but this should not create any issues at all i would highly appreciate it if you would accept this solution
The text was updated successfully, but these errors were encountered: