mirror of
https://github.com/supabase/supabase.git
synced 2026-09-06 09:59:03 +08:00
* Add queries and mutations for third party auth. * Show the ThirdPartyAuth form in the auth settings. * Minor fixes to the mutations. * Add a comment for TODO. * Add all components for third party auth. * Minor fixes. * Update the firebase icons. * Update the api-types. * Fix the barrel file imports. * Make the sheets more intuitive. * Add a dialog for adding RLS policies for the firebase integration. * Hide the 3rd party auth section behind a form. * Fix a type error. * Update the wording on the Add RLS policy dialog. * Replace the sheets with dialogs. * Add fixes for the comments on github. * Minor fixes. * Fix a type error. * Make the delete integration awaitable.
5 lines
131 B
TypeScript
5 lines
131 B
TypeScript
export const keys = {
|
|
integrations: (projectRef: string | undefined) =>
|
|
['auth', projectRef, 'third-party-auth'] as const,
|
|
}
|