heys, guys! someone already implemented google aut...
# supabase-kt
g
heys, guys! someone already implemented google auth on iOS using the compose-auth? i can't make it work, i'm really stuck here. I have that beloved error: redirect_uri_mismatch. I can implement using the "native" google sdk but no success with supabase yet. if you have/know some sample, pls share with me.
another thing, the login on android is working well
b
I had this setup at one point and ended up just rolling my own solution. Just shooting in the dark here, do you have the info.plist included in iOS?
g
Yeah, i followed the google guide to implement iOS google sign standalone
Do you have that solution yet? Can you share it with me?
Thank you
n
I'm trying to implement Apple Login using ComposeAuth, by any chance were you able to do that?
b
n
Thanks for sharing it!
g
@Niks Gajsa did you make it work?
@blakelee how do you access GDSign lib from kotlin code?
i tried that way but signInWith(Google) redirect me to oauth site too and i get it that issue redirect_uri_mismatch.
the login with GIDSign works but i'm stuck on supabase... 😕
i think it's some wrong configuration between google cloud and supabase but idk what
b
I’m not sure. I had to do a lot of looking for something that worked but I can’t remember what I did.