Push Notification Setup

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.

  1. Firstly you need to create a new firebase project from your firebase console.
    https://console.firebase.google.com
  2. Click on “Add app.”
  3. Select Flutter
  4. Follow the steps… You only need to do what it says in the 2nd step.
  5. 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…

Was this page helpful?

Leave Comment