Recall & Review
beginner
What does 'rollback deployment' mean in Firebase hosting?
It means returning your website or app to a previous version that was working well, undoing the latest changes.
Click to reveal answer
beginner
How can you rollback a Firebase hosting deployment?
Use the command
firebase hosting:rollback followed by the site name and the version you want to restore.Click to reveal answer
beginner
Why is it important to keep track of deployment versions in Firebase?
Because it lets you quickly go back to a stable version if the new deployment causes problems.
Click to reveal answer
beginner
What happens to your users when you rollback a Firebase deployment?
Users see the previous version of your site or app, as if the latest update never happened.
Click to reveal answer
intermediate
Can you rollback multiple times in Firebase hosting?
Yes, you can rollback to any previous deployment version saved in Firebase hosting history.
Click to reveal answer
Which Firebase CLI command is used to rollback a deployment?
✗ Incorrect
The correct command to rollback a Firebase hosting deployment is
firebase hosting:rollback.What is the main reason to rollback a deployment?
✗ Incorrect
Rollback is used to fix problems by returning to a previous stable version.
Can you rollback to any previous version in Firebase hosting?
✗ Incorrect
Firebase hosting keeps a history of deployments allowing rollback to any previous version.
What do users see after a rollback?
✗ Incorrect
Users see the previous stable version after rollback.
Is rollback a permanent deletion of the latest deployment?
✗ Incorrect
Rollback switches the active version but keeps deployment history intact.
Explain how to perform a rollback deployment in Firebase hosting and why it might be necessary.
Think about the command and the reason for going back to an earlier version.
You got /4 concepts.
Describe what happens to your website and users when you rollback a Firebase deployment.
Focus on user experience and deployment state.
You got /4 concepts.