-
Notifications
You must be signed in to change notification settings - Fork 160
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
OAuthProvider android property is unaccessible in 2.0.0 #602
Comments
@Reedyuk did we miss this one? |
Looks to be here: firebase-kotlin-sdk/firebase-auth/src/androidMain/kotlin/dev/gitlive/firebase/auth/credentials.kt Line 55 in 650ff89
|
I wonder if the import is not right?
|
It just says directly on the import:
|
@Reedyuk The intellisense also seems to see it, but the import does not work for some reason. It almost feels like some kind of compiler bug |
I'm working on a fix for you |
its in version 2.1.0 |
Thank you, I am already using 2.1.0 and it works like a charm |
I can't access
android
property ofOAuthProvider
anymore, guess the #504 did break it.The text was updated successfully, but these errors were encountered: