Hi all
I am not very experienced developer. I'm trying to implement Firebase Authentication via Google account for compose multiplatform. I tried to add firebase-ui-auth, but it depends on com.google.firebase:firebase-auth. So it looks like I need an dev.gitlive implementation of firebase-kotlin-sdk, that uses dev.gitlive:firebase-auth.
No as its platform specific, but it doesn't stop you using it directly on Android yourself though, dev.gitlive:firebase-auth already depends on com.google.firebase:firebase-auth on android
Hi all I am not very experienced developer. I'm trying to implement Firebase Authentication via Google account for compose multiplatform. I tried to add
firebase-ui-auth
, but it depends oncom.google.firebase:firebase-auth
. So it looks like I need an dev.gitlive implementation of firebase-kotlin-sdk, that uses dev.gitlive:firebase-auth.Do you have any plan implementing this module?