Summary
In this chapter, we examined our infrastructure architecture and updated it to include Google Identity Platform. This allows us to offload identity and authentication from our code base and make use of an as-a-service offering from Google. We also updated it to include Google Cloud Pub/Sub to support the use of domain events, which we will examine more closely in Chapter 15, Handling Eventual Consistency with the Compensation Pattern.
We then examined our software architecture and looked at how we will refactor the application in the upcoming chapters.
In the next chapter, we will learn how to refactor the frontend and expose the backend with REST services.