Ship Mobile Fast uses Supabase as the backend.
lib/supabase.ts
import { supabase } from '@/lib/supabase';
import { supabase } from '@/lib/supabase'; const { data, error } = await supabase.from('users').select('*');
Was this page helpful?