Open
Description
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