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

Google Sign In #576

Closed dinesh-thiyagarajan closed 3 months ago

dinesh-thiyagarajan commented 3 months ago

Does this support Google sign in for android and iOS modules ? is there anywhere I can find clear documentation of usage of API's ? I couldn't find any

santyas commented 3 months ago

@dinesh-thiyagarajan Did you find any good example using google auth button?

Qw4z1 commented 3 months ago

As usual, you can follow the official Firebase documentation to implement Google and Apple signin.

That said, if you are using Compose, I recommend checking out KMPAuth. It has ready made buttons for both and works with Firebase-kotlin-sdk out of the box.