Search⌘ K
AI Features

Rollbacks

Explore how to quickly resolve production issues using rollbacks in Firebase Hosting or the fix forward approach by merging pull requests. Understand the importance of automated testing to ensure reliable deployments and prevent regression bugs in cloud-native web applications.

We'll cover the following...

Introduction

In the previous lessons, we learned how to configure an uptime check and an alert policy to receive an email when the web application is not available. There are many reasons this could happen and equally as many ways to resolve the issue.

If the issue is caused by the code in the web application deployed on Firebase Hosting, a ...