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
hfhbd
05/03/2025, 1:22 PM
I guess you mean OAuth2
e
Eduardo Ruesta
05/03/2025, 1:23 PM
yea
h
hfhbd
05/03/2025, 1:27 PM
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
Eduardo Ruesta
05/03/2025, 1:30 PM
thanks man!!
s
saba
05/03/2025, 3:37 PM
Firebase auth is also really easy to implement▾
❤️ 1
a
Abdullah
05/03/2025, 6:32 PM
you can use supabase
❤️ 1
r
Robert
05/05/2025, 7:04 AM
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