Andrew Reed
Andrew Reed
The general rule of thumb is to map it closely the Android sdk, you can see the google docs here: https://firebase.google.com/docs/reference/kotlin/packages Remember this library is just a wrapper of the...
Happy for you to open a PR and we can review it.
Good point, we should probably expose some sort of logger interface and then allow the consumer of the library to set/handle the logs
@SarahDelCastillo - this is now complete v 1.2.0

Looks to be here: https://github.com/GitLiveApp/firebase-kotlin-sdk/blob/650ff89e15e5dae28afde4c22c65721374a5bb3c/firebase-auth/src/androidMain/kotlin/dev/gitlive/firebase/auth/credentials.kt#L55
I wonder if the import is not right? ``` import dev.gitlive.firebase.auth.OAuthProvider.android ```
I'm working on a fix for you
https://github.com/GitLiveApp/firebase-kotlin-sdk/pull/603
its in version 2.1.0