How to have multiple Google Client IDs? I'm perfor...
# help
d
How to have multiple Google Client IDs? I'm performing Sign in with Google on iOS and Android. But the audience's are different in the idToken due to needing different client IDs.
n
Hello @DanMossa! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
🆕 How to have multiple Google Client IDs?
d
Bump
o
Hi Unfortunately Supabase doesn't support multiple google client auth, because each Supabase instance is related to 1 client auth. However, it can be a suggestion for later ( #867348150741237790) 😉 @DanMossa
n
How to have multiple Google Client IDs?
d
Does this mean you can't use Supabase on multiple platforms? @Olyno
o
I'm not sure what are Google client ID**s**, i just know how to use the google auth. You can use Supabase on multiple platforms for sure!
I'm just not sure what you mean by "multiple platforms" 😅
d
When you do sign in with Google, you need to specify what client is using is using the Google SSO. You then get that client id and put it inside Supabase UI. When specifying what client is using the Google SSO: For Android you can use Web or Android. For Web you have to use Web. For iOS you have to use iOS. This means I can't use Google SSO using multiple platforms if I'm using Supabase? @Olyno
o
hmm so google needs multiple "apps" depending of the platform
so in that case Supabase doesn't support multiple apps
d
That is rough. Okay cool thank you