FirebaseUI-Android icon indicating copy to clipboard operation
FirebaseUI-Android copied to clipboard

Inconsistent accessibility: base class 'AuthUI.AuthIntentBuilder' is less accessible than class 'AuthUI.SignInIntentBuilder'

Open CatsArmy opened this issue 9 months ago • 0 comments

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

CatsArmy avatar Mar 19 '25 12:03 CatsArmy