1. Android
  2. Create Google Fcm

Create Google Fcm

In order to be able to use push notification, you will need to do this extra steps before building your app.

Create Google FCM file

  1. Go to Firebase Console homepage.
  2. Click on Create A Project.
  3. Fill in the required details.
  4. Once your project is ready, create an app by clicking on the Android icon.

    Build Number

  5. In the next page, fill in the Android Package Name to register your app. Package name is the package identifier that later will be used when building your app. Refer here for naming rules.

  6. You will be provided a download link to your config file (google-services.json) that will be used later. Download the config file.

    Build Number

  7. Click Next to proceed to Add Firebase SDK. You won't have to do anything here.

  8. Click Next again and click on Skip this step

    Build Number

  9. Next, open the Project Settings page.

    Build Number

  10. Click on Cloud Messaging tab. You may want to copy the Server key token and keep it for later use.

    Build Number

This article is separated into multiple sections as follow: