This project is a submission for the Supabase Hackathon.
This mobile app project (iOS only) was inspired by the Yo app and Snapchat. Instead of taking a disappearing picture and sending it to others, you can request pictures from other users by pinging them and they'll send you a disappearing picture.
-
Create a brand new Supabase project and run
supabase-schema.sql(best to leave out the policies for now) in the Supabase Dashboard Sql Editor. -
Add your Twilio credentials for sms authentication.
-
Install Expo CLI
npm install --global expo-cli- After cloning this repo, add the following to
.envfile:
SUPABASE_URL=url
SUPABASE_KEY=key- Install deps
yarn;- Start Expo server:
expo start- Drew from codingki/react-native-expo-template for the Supabase auth flow.