Hi
I am trying out the supabase library for a mainly offline data app,
I would like to check the connection is valid before I show a login screen.
does anyone have any sugegstions,
Thanks
I am trying out the supabase library for a mainly offline data app,
B4X:
xSupabase.Initialize(SUPABASE_URL,SUPABASE_KEY)
xSupabase.InitializeEvents(Me,"Supabase")
xSupabase.LogEvents = True
does anyone have any sugegstions,
Thanks