Follow this tutorial to set up user authentication with Supabase
.env
file.To set up authentication and user data, run the following SQL queries in your Supabase SQL editor. Execute them one after another:
To enable magic link login:
http://localhost:19006
and click “Save”.[app.json_scheme_variable]://**
To find out what value you need to use, head to your projects app.json file and look at "scheme": "..."
value. For example it could be like this com.expoship://**
.
Congrats - user authentication is now set up with Supabase and should be functional!
Set up your development environment
Set up push notifications with One Signal
Set up in-app purchases with Revenue Cat
Follow this tutorial to set up user authentication with Supabase
.env
file.To set up authentication and user data, run the following SQL queries in your Supabase SQL editor. Execute them one after another:
To enable magic link login:
http://localhost:19006
and click “Save”.[app.json_scheme_variable]://**
To find out what value you need to use, head to your projects app.json file and look at "scheme": "..."
value. For example it could be like this com.expoship://**
.
Congrats - user authentication is now set up with Supabase and should be functional!
Set up your development environment
Set up push notifications with One Signal
Set up in-app purchases with Revenue Cat