npm install @triniwiz/nativescript-supabase-gotrue
import { GoTrueClient } from '@triniwiz/nativescript-supabase-gotrue';
const GOTRUE_URL = 'http://localhost:9999';
const auth = new GoTrueClient({ url: GOTRUE_URL });
Based on gotrue-js
Apache License Version 2.0