Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
## Pricing

<Price price="5" /> per 1,000 origin images. You are only charged for usage exceeding your subscription
plan's quota.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,6 @@ language="typescript"

## Next steps

- Implement [Authentication using Email and Password](/docs/guides/auth/server-side/email-based-auth-with-pkce-flow-for-ssr)
- Implement [Authentication using Email and Password](/docs/guides/auth/passwords)
- Implement [Authentication using OAuth](/docs/guides/auth/social-login)
- [Learn more about SSR](/docs/guides/auth/server-side-rendering)
- [Learn more about SSR](/docs/guides/auth/server-side/advanced-guide)
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ Check out the [Creating a client](/docs/guides/auth/server-side/creating-a-clien

## Next steps

- Implement [Authentication using Email and Password](/docs/guides/auth/server-side/email-based-auth-with-pkce-flow-for-ssr)
- Implement [Authentication using OAuth](/docs/guides/auth/server-side/oauth-with-pkce-flow-for-ssr)
- [Learn more about SSR](/docs/guides/auth/server-side-rendering)
- Implement [Authentication using Email and Password](/docs/guides/auth/passwords)
- Implement [Authentication using OAuth](/docs/guides/auth/social-login)
- [Learn more about SSR](/docs/guides/auth/server-side/advanced-guide)
2 changes: 1 addition & 1 deletion apps/docs/content/guides/auth/social-login/auth-google.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ To use the Google provider in local development:
```env
SUPABASE_AUTH_EXTERNAL_GOOGLE_CLIENT_SECRET="<client-secret>"
```
2. Configure the provider:
2. Configure the provider in `supabase/config.toml`:
```toml
[auth.external.google]
enabled = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ These conflicts can be resolved in the same way as normal Git Conflicts: merge o

### Changing production branch

It's not possible to change the Git branch used as the Production branch for Supabase Branching. The only way to change it is to disable and re-enable branching. See [Disable Branching](#disable-branching).
You cannot change which project branch serves as the production branch — the base project that all branches are created from will always remain the production branch. However, you can update which GitHub branch is linked to your production branch. To do this, go to the [Integrations page](/dashboard/project/_/settings/integrations) and change the production branch name.

## Migration issues

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ For simplicity, let's assume a package size of 1,000 and a charge of <Price pric

Usage is shown as "Storage Image Transformations" on your invoice.

## Pricing

<$Partial path="billing/pricing/pricing_storage_image_transformations.mdx" />

## Billing examples
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/guides/realtime/broadcast.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ However, regardless of whether it's public or private, the Realtime service conn

</Admonition>

For Authorization we do insert a message and try to read it and then we it back as way to verify that the RLS policies set by the user are being respected by the user joining the channel but this messages won't be sent to the user. You can read more about it in the [Authorization](/docs/guides/realtime/authorization) docs
For Authorization we insert a message and try to read it, and rollback the transaction to verify that the RLS policies set by the user are being respected by the user joining the channel, but this message isn't sent to the user. You can read more about it in the [Authorization docs](/docs/guides/realtime/authorization).

## Subscribe to messages

Expand Down
1 change: 1 addition & 0 deletions apps/docs/public/img/mcp-clients/opencode-dark-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/docs/public/img/mcp-clients/opencode-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading