Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

ferhatwi/supabase-kt

Repository files navigation

Main client for Supabase libraries

No need to add this dependency individually.

How to use?

Initialize Supabase once with your Project ID and API Key as early as possible by invoking:

Supabase.initialize(YOUR_PROJECT_ID, YOUR_API_KEY)