Hi everyone! Are there any reference examples for ...
# multiplatform
a
Hi everyone! Are there any reference examples for Firebase Kotlin SDK 2.1.0 library? Not able to get a clear picture on how to implement the auth across Android and desktop.
f
It depends of what do you want to implement. This SDK only do basic Auth (username/password).
a
can it implement Sign-in With Google login menu*?*
f
No it can’t. with this project, you can set up the Firebase instance, then you can use https://firebase.google.com/docs/auth/ios/google-signin using cinterop capabilities by yourself.
it’s totally possible to do it in Kotlin, but it needs some work
s
Also ktor has builtin OAuth2 flow support