Nativescript Supabase GoTrue Client

January 30, 2023 ยท View on GitHub

npm install @triniwiz/nativescript-supabase-gotrue

Usage

import { GoTrueClient } from '@triniwiz/nativescript-supabase-gotrue';

const GOTRUE_URL = 'http://localhost:9999';

const auth = new GoTrueClient({ url: GOTRUE_URL });

Credits

Based on gotrue-js

License

Apache License Version 2.0