Also Mention the steps of configure it
Google Firebase is a platform developed by Google for building and managing web and mobile applications. It provides a suite of tools and services that help developers streamline the development process, improve app performance, and enhance user engagement.
-
Access the Firebase Console
Go to the Firebase Console: https://console.firebase.google.com/.
-
Create a Project
Click on Create a Project.
-
Click Continue
After providing the project name, click on the Continue button.
-
Choose Google Analytics Account
Select a Google Analytics account. You can choose the default account for Firebase.
Click on Create Project to proceed.
-
Complete Project Creation
Once the project is created, click on Continue.
-
Select Android Platform
On the dashboard, select the Android platform.
-
Register Your App
- Add the package name for your app. You can copy it from the build settings in the download part of build.
- Register your app.
- Download the JSON File
- After registration, you will receive a JSON file (e.g.,
google-services.json
). - Download the file and upload it to the Push Notification settings in your project.
- Build Your App
Create a new build of your app and send a message from Firebase.