Android property scouting app for VPT.
- Open in Android Studio
- Add your Google Maps API key to
local.properties:MAPS_API_KEY=your_api_key_here - Build and run on device/emulator
Set values in app/src/main/res/values/strings.xml:
api_base_urlto the stable Supabase proxy URL:https://<project-ref>.supabase.co/functions/v1/vpt-scout-proxysupabase_urlandsupabase_anon_keyto the same Supabase project used by BARN admin
The app now signs in with Supabase email/password and sends Authorization: Bearer <token> to scanner API endpoints.