brendangooden/Lovable Chat History Export
Export a Lovable project's chat history from Firestore into a git-diffable directory.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key | Firebase Web API key (LOVABLE_FIREBASE_API_KEY). Extract from browser IndexedDB. | yes | — |
| refresh_token | Lovable refresh token (LOVABLE_REFRESH_TOKEN). Extract from browser IndexedDB. | yes | — |
| project_id | Lovable project UUID (from lovable.dev/projects/<id>). | yes | — |
| output_dir | Directory to write exported chat history into. | no | chat-history |
| firestore_project | Firestore GCP project hosting Lovable data (e.g. gpt-engineer-xxxxxx). Find in DevTools → Network on any firestore.googleapis.com URL. | yes | — |
| lovable_api_base | Lovable API base URL used to mint signed attachment URLs. Defaults to https://api.lovable.dev. | no | "" |
| since | ISO-8601 timestamp — only sync docs updated at or after this time. | no | "" |
| bun_version | Bun version to use. Must match (or exceed) the Bun that produced bun.lock. | no | 1.3.12 |
Outputs
no outputs