Skip to content

OAuthProvider android property is unaccessible in 2.0.0 #602

@mr-kew

Description

@mr-kew

I can't access android property of OAuthProvider anymore, guess the #504 did break it.

import dev.gitlive.firebase.auth.OAuthProvider
import dev.gitlive.firebase.auth.android // Greyed out

fun test(provider: OAuthProvider) {
    val androidProvider = provider.android // Error: Cannot access 'android': it is internal in 'OAuthProvider'
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions