K kgf Member Licensed User Longtime User Sep 4, 2025 #1 Hi 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 I would like to check the connection is valid before I show a login screen. does anyone have any sugegstions, Thanks
Hi 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 I would like to check the connection is valid before I show a login screen. does anyone have any sugegstions, Thanks