@nativescript/supabase-gotrue
v1.0.0
Published
A NativeScript client library for GoTrue
Readme
Nativescript Supabase GoTrue Client
npm install @nativescript/supabase-gotrueUsage
import { GoTrueClient } from '@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
