Firebase
Jorv Builder uses Firebase as the backend for the Feedback Pipeline — the system that ingests crash reports, comments, and screenshots from your shipped app and surfaces them in Jorv Builder as triageable cards.
Important: the Firebase project is yours, not Jorv Builder's. All infrastructure runs in your Firebase project; Jorv Builder has no servers in the loop.
What Jorv Builder does on Firebase
- Polls Firestore for new feedback documents (via service account)
- Optionally deploys helper Cloud Functions on your behalf
- Reads Storage objects (screenshots) referenced by feedback docs
Jorv Builder never reads other Firestore collections, never modifies billing settings, and never touches Auth or any other Firebase product beyond Firestore + Storage.
Required setup
- Firebase project with Firestore + Storage enabled
- Service account JSON with
Firebase Adminrole - Cloud Function templates deployed (Jorv Builder walks you through this)
Setup
See How-to: Configure Firebase Feedback.
Related
- How-to: Configure Firebase Feedback
- Mission Board (feedback cards)