To get push notifications from the app, you must set this up first. We are using Firebase for the push notification service. Let’s explore how you can set this up.
- Firstly you need to create a new firebase project from your firebase console.
https://console.firebase.google.com - Click on “Add app.”
- Select Flutter
- Follow the steps… You only need to do what it says in the 2nd step.
- After you are done, Click “Continue to Console”. You will see the error in the project go away.
Once the error goes away, the firebase setup is completed…