Firebase-like Realtime Database for cPanel — JSON storage, token-based auth, Firebase-style SDK.
// Create project → copy "Client Config" from dashboard{
"project_info": { "project_id": "my-app-8f3a2c", "firebase_url": "https://yoursite.com" },
"client": [{ "api_key": [{ "current_key": "AIzaSy..." }] }],
"configuration_version": "1"
}// ⚡ No password needed — user token auth (APK-safe)
Register users per-project. APK-safe tokens (no password in app). Data accessed via .vo endpoint with ?auth=token.
Data stored as structured JSON files on cPanel. No MySQL, no setup — just upload and use.
Subscribe with on('value'). Changes push to all connected clients instantly via long-polling.
Familiar API: ref(), set(), push(), update(), remove(), once(), on().
Create projects, get Firebase-style config, browse data, all from the web dashboard.
Just upload to public_html. No npm, no build step, no database — PHP + JSON only.