Skip to content

Commit dca0582

Browse files
authored
Update supabase.md
1 parent 0a05b9b commit dca0582

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/integrations/supabase.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ To add a basic login page to your project, simply run a prompt similar to the on
5454
You can then create a user by either:
5555

5656
- Creating a user directly via the Supabase Dashboard by navigating Supabase -> Authentication -> Users -> Add user.
57+
5758
- Signing up via the login page you've added
5859

5960
We recommend that you disable the email verification step for now, which you can do in Supabase -> Authentication -> Providers -> Email -> Disable "Confirm email".
@@ -71,9 +72,13 @@ In order to start building UI that uses your data stored in Supabase simply:
7172
## Edge Functions
7273

7374
You can now also use Edge Functions to add powerful backend features like:
75+
7476
- Using AI to enhance your app's capabilities
77+
7578
- Sending emails to your users
79+
7680
- Processing payments
81+
7782
- Running scheduled tasks
7883

7984
GPT Engineer will write and deploy Edge Functions to your Supabase project when implementing backend functionality.

0 commit comments

Comments
 (0)