Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
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
import { supabase } from '@/lib/supabase';
import { supabase } from '@/lib/supabase'; const { data, error } = await supabase.from('users').select('*');
Was this page helpful?