Hey! i have a Compose Multiplatform project and i ...
# multiplatform
e
Hey! i have a Compose Multiplatform project and i want to create a login screen, using Gmail, and another email providers. Do you have a library, project or an article to watch? thanks
h
I guess you mean OAuth2
e
yea
h
This standard is incredibly well supported, and easy to implement/use. I don’t use it in KMP yet, currently backend only, but there are many libraries and docs. AFAIK Ktor supports it too.
e
thanks man!!
s

Firebase auth is also really easy to implement

❤️ 1
a
you can use supabase
❤️ 1
r
I used Firebase Auth thru Firebase Kotlin SDK, really easy but be aware you're introducing a hard dependency with potential financial costs. Everything around Firebase is nice but built to create a vendor lock-in ofc. Still a good choice, especially for MVP/quick prototype
kodee happy 1