Does WASP work with Supabase or Firebase?
Can I use Supabase or Firebase as my database for my WASP project?
4 Replies
Yeah definitely! Just add the url of your postgres database to your env.server file as
DATABASE_URL
@TN but only Supabase, since they are basically a Postgres db. Firebase has its proprietary db so we cannot support that
Awesome! Thank you