
If you want to see how do you setup Supabase, go to Quick Start.
1
You need to refer
lib/supabase.ts file. Example:2
You can create queries like below:
Thats it!
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Ship Mobile Fast uses Supabase as the backend.

lib/supabase.ts file. Example:import { supabase } from '@/lib/supabase';
import { supabase } from '@/lib/supabase';
const { data, error } = await supabase.from('users').select('*');
Was this page helpful?