Documentation Index
Fetch the complete documentation index at: https://help.1nspect.app/llms.txt
Use this file to discover all available pages before exploring further.
Sync & Offline Issues
Anything related to data not syncing between mobile and web admin. For the conceptual overview of how sync works, see Offline & Sync.Photos / video not syncing
”Upload pending” badge stuck on a photo
Causes & fixes:- No internet connection. Photos queue locally; check signal. Reconnect to Wi-Fi or move to a stronger cellular area.
- Cellular Sync is off (default) — toggle ON in mobile Settings & Tokens if you want to upload over cellular
- App was backgrounded for too long — iOS suspends background tasks aggressively. Bring the app to the foreground; stay on the screen for 30–60 seconds
- Video too large — videos exceeding the platform size limit fail silently. Re-capture shorter; or import via 📁 instead of recording
Upload queue won’t drain even on Wi-Fi
Causes & fixes:- Auth session expired — re-authenticate. Sign out from Settings (Config), sign back in
- Photo files corrupted — rare; the platform auto-removes “permanently failed” photos on app startup (V18.9.1.2)
- GCS unreachable — wait a few minutes; retry kicks in with exponential backoff
Inspection data not syncing
Findings captured on mobile aren’t appearing on web admin
Causes & fixes:- EcoSync heartbeat not yet fired — Solo-Eco mode syncs every 15 minutes. Wait, or trigger sync via Upload to Cloud on the Review Screen
- Inspection not yet finalized — partial sync happens during in-progress, but full sync usually requires the inspection to be marked complete
- Wrong inspector name —
assignedInspectorNamemust match exactly. Case-sensitive in older orders. - Network dropped mid-sync — pull-to-refresh on Assigned Inspections
Mobile shows “completed” but web shows “in_progress”
Cause: The Finalize call hasn’t fully written to Firestore yet. Fix:- Wait 30 seconds
- Pull-to-refresh on both surfaces
- If persistent, the inspector should re-tap Finalize on mobile
Inspector changes not showing on mobile
Order assignment changed on web but mobile doesn’t see it
Cause: Real-time Firestore listener is active but the new assignment hasn’t propagated. Fix:- Pull-to-refresh on the Assigned Inspections list
- Verify the operator’s web admin save actually committed (check Inspection Details shows the new inspector)
- Verify your inspector identity exactly matches the assigned inspector name on the order
Template changes not visible to inspector
Cause: Mobile downloaded the template snapshot when the inspector first opened the assigned inspection. Edits to the template after that point don’t propagate to that already-opened inspection. Fix:- For new inspections, the latest template is downloaded — works as expected
- For already-opened inspections, the snapshot is intentionally locked in. To force a refresh, the inspector deletes the local inspection (Archived) and re-opens from Assigned (which re-downloads).
Conflict resolution
Same inspection edited on web AND mobile
Mechanism: Last write wins, byupdatedAt timestamp.
Fix when wrong version persists:
- Check
updatedAton both ends — the most-recent timestamp should be the winner - If the wrong version is winning, the local mobile clock may be skewed. Sync the device’s clock.
- The BITE 2.1.9 ratings-merge logic preserves local inspector ratings when cloud has empty — so local inspector work typically wins for in-progress inspections
Ratings disappearing after edit
Cause: A known issue (now fixed via BITE 2.1.9) was that JavaScript’s[] is truthy, so cloud ratings of [] would override local ratings. Fixed.
Fix: Upgrade to a recent mobile app version (2.1+). Verify in Settings (Config) → About → Version.
EcoSync mode confusion
Solo-Eco vs Team-Live behavior
The mobile app picks the sync mode automatically:| Mode | When | Battery cost |
|---|---|---|
| Solo-Eco | Single inspector | 15-min heartbeat — best battery |
| Team-Live | Multi-inspector via Team QR | Real-time — ~30% more battery |
| Low-Power | Offline | Queues changes locally |
- Verify Team Inspection toggle is OFF in the order
- Check that no other inspector is currently joined via QR
Firebase / Firestore issues
”Firebase Connection Required”
Causes & fixes:- Network blocked — Firebase ports blocked by corporate network; try cellular hotspot
- Auth token expired — sign out and back in
- Tenant misconfiguration — contact support if the issue persists after re-auth
Real-time listeners stop firing
Symptom: New orders don’t appear, status changes don’t propagate. Causes & fixes:- Browser tab in background too long — Firefox / Safari may suspend listeners. Bring tab to foreground.
- Tenant token rotated — extremely rare. Sign out and back in.
- Firestore latency — wait a few minutes
Local data issues
Local inspection data shows but cloud doesn’t
Cause: Inspector worked offline; sync hasn’t completed. Fix:- Confirm signal is available
- Tap Upload to Cloud on Review Screen
- Wait for the upload to complete (the badge clears)
Local storage full
Cause: Many inspections with photos accumulated on the device. Fix:- Delete unneeded inspections from Archived Inspections. Local-only data is removed; cloud copy is untouched
- For full reset: uninstall and reinstall the app (after confirming everything is synced)
Network-related issues
Slow uploads even on strong Wi-Fi
Causes & fixes:- ISP latency — try a different network to isolate
- Multiple devices uploading simultaneously on the same Wi-Fi
- GCS regional latency — your tenant’s bucket region may not be optimal. Contact support.
Carrier blocking Firebase
Symptom: Sign-in works on Wi-Fi but not on cellular. Cause: Some carriers (or corporate APN profiles) block Firebase ports. Fix:- Try a different cellular carrier
- Disable any VPN or DNS-filtering app
- Contact your carrier — Firebase uses standard HTTPS so blocking is unusual
Recovery
”I think I lost data”
Step 1: Confirm where the data should be.- Local-only data lives on the device that captured it. Other devices won’t have it.
- Cloud-synced data lives in Firestore and is accessible from any device with the right login.
- On mobile, check the Review Screen for “Upload pending” badges. Wait for them to clear.
- On web, check the inspection’s History tab to see what events have fired.
- Cloud backup runs daily — contact support to restore from a point-in-time backup
- Provide the inspection ID, the approximate date of the missing data, and what data is missing
Related articles
- Offline & Sync — full conceptual reference
- Common Issues & Troubleshooting — shared issues
- Mobile Troubleshooting — mobile-specific
- Web Admin Troubleshooting — web-specific