History

View the change history for Firebase Remote Config in Firepanel.

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

Viewing History

Navigate to Remote ConfigHistory.

Remote Config history

History Entries

Each entry shows:

ColumnDescription
Published atDate and time the change was published
Published byThe user who published the change
DescriptionOptional description provided at publish time
VersionRemote 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.