002-supabase

최종 업데이트 : 2025-02-08

recommend

단순히 기능만 구현하는걸 목적으로 하지 않습니다.
어떤 순서로 구현하는지를 이해하고 구현해야합니다.
처음 배울때 단순히 알고리즘이나 함수만들기 보다는
생각의 흐름으로 뭘 해야하는지 이해하는것이 중요합니다.
하나씩 따라해보며 얻어가셨으면 좋겠습니다.

    
Connecting to your new project

Interact with your database through the Supabase client libraries with your API keys.

More information about your project's keys can be found in your project's API settings.
home - Project API
```
Project URL : your SUPABASE_URL
API Key(anon public) : your SUPABASE_KEY
```

By default, the user needs to verify their email address before logging in. To turn this off, disable Confirm email in your project.

Authentication - CONFIGURATION - Providers
```
Email

Confirm Email
Users will need to confirm their email address before signing in for the first time.

off and save
```
    
  

Related Pages

© 2024 Coding Stairs. All rights reserved.