Firebase is a backend platform developed by Google for developing Web, Android and iOS applications. It offers real-time database, different APIs, multiple authentication types and hosting platform. In this tutorial, you will find step by step guide on how to connect your flutter project with Google firebase.
As a developer, we will not always be developing a static web or mobile application. At one point or another, there will be a need for connection with a database. This is the point where you will hear about Firebase.
You can use any database of your choice along with hosting, but Firebase comes with its own advantage. We will see the pros and cons of Firebase later.
[https://instacodeblog.com/connect-your-flutter-project-with-google-firebase/](https://instacodeblog.com/connect-your-flutter-project-with-google-firebase/ “https://instacodeblog.com/connect-your-flutter-project-with-google-firebase/”)
#firebase #flutter #google