The History page shows a chronological log of all published Remote Config changes for your project.
Viewing History
Navigate to Remote Config → History.

History Entries
Each entry shows:
| Column | Description |
|---|---|
| Published at | Date and time the change was published |
| Published by | The user who published the change |
| Description | Optional description provided at publish time |
| Version | Remote Config version number (auto-incremented by Firebase) |
Rolling Back
If a recent change caused issues, you can roll back to a previous version:
1
Find the version to restore
Click on a history entry to view the parameters as they were at that version.
2
Click Roll Back
Click the Roll Back to this version button. The Remote Config is reverted to that version and published immediately.
Note:
Rolling back is immediate and affects all users fetching Remote Config after the rollback.