Skip to content

Commit

Permalink
Adding note for supabase integration (#1101)
Browse files Browse the repository at this point in the history
* Update management.mdx

Adding note for custom domains and initializing db object.

* Update management.mdx

---------

Co-authored-by: Matt Aitken <matt@mattaitken.com>
  • Loading branch information
adilanchian and matt-aitken committed May 17, 2024
1 parent 6fecf2d commit 8a263c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/integrations/apis/supabase/management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ You'll have to do this for each Supabase project you want to use webhooks with.

To use this feature, you'll first initialize a `db` instance, passing in your Supabase project [ID](https://supabase.com/dashboard/project/_/settings/api) (or URL):

Note: If you're using a custom domain, you still need to use this format to intialize the db object:
`https://<your project id>.supabase.co`.

```ts
import { SupabaseManagement } from "@trigger.dev/supabase";

Expand Down

0 comments on commit 8a263c8

Please sign in to comment.