Last updated: 2026-07-11
Bayzara is a falcon-management app for falconers. It is local-first: the app is fully functional offline, and cloud backup is optional.
On your device (SQLite):
origin, hatch year, flying weight, seasons, and a private acquisition note.
If you choose to back up (create an account), the same records sync to our Supabase project so you can restore them on another device.
android:allowBackup is disabled sothe local database cannot be extracted via ADB backup.
Row-Level Security restricts every record to its owner (or an explicitly shared caretaker). Document files live in a private bucket accessed only via short-lived signed URLs.
you pick once from a fixed list (city-level), not your GPS.
We use Sentry solely for crash diagnostics. sendDefaultPii is disabled and we scrub free-text (falcon names, notes) from crash events and breadcrumbs.
Ring, registration, and CITES numbers are treated as sensitive. They are masked by default in the app and are excluded from any share-to-image feature. A CSV export you generate for your own backup does include them, and the export flow warns you before sharing.
info@procontentlabbe.com