Summary
In this chapter, we introduced Google’s Firebase service. We looked at various services of Firebase. We looked at how Firebase can help us focus on our application and let Firebase handle things in the backend, such as Authentication and Database. We also implemented Firebase Authentication in our application to authenticate our users. Then, we integrated Firestore Database to persist application and user data. In the next chapter, we will learn all about building and deploying our Flutter web application.