apps/docs/content/_partials/kotlin_project_setup.mdx
Before building, you must set up your Database and API with a new Project in Supabase and then create a "schema" inside the database.
Now we are going to set up the database schema. You can copy/paste the SQL from below and run it yourself.
<Tabs scrollable size="small" type="underlined" defaultActiveId="sql" queryGroup="database-method"
{/* <TabPanel id="dashboard" label="Dashboard">
</TabPanel> */} <TabPanel id="sql" label="SQL">
<$Partial path="product_management_sql_template.mdx" />
</TabPanel> </Tabs><$Partial path="api_settings.mdx" variables={{ "framework": "{{ .framework }}", "tab": "{{ .tab }}" }} />
From the Google Console, create a new project and add OAuth2 credentials.
In your Supabase Auth settings enable Google as a provider and set the required credentials as outlined in the auth docs.