# Nativescript Supabase GoTrue Client ```javascript npm install @triniwiz/nativescript-supabase-gotrue ``` ## Usage ```ts 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](https://github.com/supabase/gotrue-js) ## License Apache License Version 2.0