Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 361 Bytes

Client_Integration.md

File metadata and controls

10 lines (8 loc) · 361 Bytes

Client Integration with Supabase Cloud

Setup

  • Install Supabase Client package
  • Add environment variables:
    • SUPABASE_URL = API_URL -> from .env file
    • SUPABASE_KEY = ANNOY_KEY -> from .env file
  • Walk through the document to interact with Supabase APIs Using supabase_client.invoke to call a Edge Function