You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
}