Multiple platforms for OAuth Support? #4220
-
Hello there! Using Google as an example, Google OAuth wants me to create a new client for each platform I'm trying to target; i.e., I have a client for iOS, Android, and Web. In Supabase, I only see the space to add one client, versus Auth0 which allows me to create multiple different applications. Does Supabase Auth support multiple platforms, or is it in the works? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 8 replies
-
Hey, unfortunately, for the case of Google we only support one client per OAuth provider(e.g. web/iOS/Android) for the moment. It's something that we plan on revisiting in the near future though. |
Beta Was this translation helpful? Give feedback.
-
@chrisdhanaraj @dmassiani there is now support for multiple google client IDs - you can visit your supabase project auth settings and under the google provider, there should be an "Authorized Client IDs (for Android, One Tap, and Chrome extensions)" option |
Beta Was this translation helpful? Give feedback.
-
Hey @kangmingtay , still facing the error while I added the client ID for iOS in new field. Has anyone tried using the google provider for two client IDs one of which is iOS. |
Beta Was this translation helpful? Give feedback.
-
Does anyone have any updates for Supabase CLI that can use multiple client_id at the same time for
|
Beta Was this translation helpful? Give feedback.
-
I'm using React Native + Expo to develop an application for web and iOS (and potentially Android) I have the Google OAuth working in Web, but not in iOS, is it compatible with Supabase? Any example? Thanks in advance |
Beta Was this translation helpful? Give feedback.
@chrisdhanaraj @dmassiani there is now support for multiple google client IDs - you can visit your supabase project auth settings and under the google provider, there should be an "Authorized Client IDs (for Android, One Tap, and Chrome extensions)" option