supabase-community / auth-ui

Pre-built Auth UI for React
https://supabase.com/docs/guides/auth/auth-helpers/auth-ui
MIT License
487 stars 121 forks source link

Request to add providers property to Auth UI docs #80

Closed donovangg closed 1 year ago

donovangg commented 1 year ago

Property for Third Party Providers

Link

Legacy Auth component. Current Auth UI component

Describe the problem

Definitely could be user error on my part, but I couldn't find anything for third party providers in the current docs. I went back to the legacy component and used providers={['google', 'facebook', 'github']} Not sure if it was mentioned anywhere else but it would be nice to know the option was there. <3

Hallidayo commented 1 year ago

Hi @donovangomez - I've created a pull on the supabase repo for this.

donovangg commented 1 year ago

@Hallidayo Just saw it got added thanks!