0
0
Firebasecloud~5 mins

Rollback deployments in Firebase - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
Afirebase hosting:restore
Bfirebase hosting:rollback
Cfirebase rollback:deploy
Dfirebase deploy:undo
What is the main reason to rollback a deployment?
ATo fix issues caused by the latest deployment
BTo update to a newer version
CTo delete the site
DTo add new features
Can you rollback to any previous version in Firebase hosting?
ANo, only the last deployment
BOnly versions from the last 24 hours
CYes, any saved deployment version
DOnly versions manually saved
What do users see after a rollback?
AThe previous stable version
BAn error page
CThe latest deployment
DA blank page
Is rollback a permanent deletion of the latest deployment?
ANo, it archives the latest deployment
BYes, it deletes the latest deployment
CYes, it removes all deployment history
DNo, it just switches the active version
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.