Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
CatsArmy opened this issue Mar 19, 2025 · 0 comments

Comments

@CatsArmy
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants