GitLiveApp / firebase-kotlin-sdk

A Kotlin-first SDK for Firebase
https://gitliveapp.github.io/firebase-kotlin-sdk/
Apache License 2.0
1.17k stars 155 forks source link

Add firebase-ui-auth for multiplatform? #477

Closed DJ-Glock closed 7 months ago

DJ-Glock commented 8 months ago
Library Class Member Platforms
firebase-ui-auth - e.g signInWithGithub multiplatform

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.

Do you have any plan implementing this module?

teamhubuser commented 7 months ago

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

DJ-Glock commented 7 months ago

I see. Thank you.