This template repository can be used as a skeleton for developing a web app that has a user authentication and profile management.
.env
in the root directory of the project. Put the below content into the file
```
PUBLIC_SUPABASE_URL=
PUBLIC_SUPABASE_ANON_KEY=URL
..env
file in front of the PUBLIC_SUPABASE_URL
key. It should look like this.
```
PUBLIC_SUPABASE_URL=https://anon
public
key..env
file in front of the PUBLIC_SUPABASE_URL
key. It should look like this.
```
PUBLIC_SUPABASE_ANON_KEY=SQL Editor
section and select the User Management Starter SQL
snippetprofiles
appear in the Table Editor
sectionURL Configuration
sectionSite URL
to be the URL of the running svelte application (for eg: http://localhost:5173)localhost:5173
and localhost
as Redirect URLs
npm install
to install the dependenciesnpm run dev
. And open the link shown in the terminal from the browser http://localhost:5173
Login with Google
. Upon clicking on it and authorizing, you will be redirected back to the appUpdate
button.