Skip to content

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

Open
@CatsArmy

Description

@CatsArmy

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions