How to send push Notification to users using firebase in VDesigner 2.0

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.

  1. Access the Firebase Console
    Go to the Firebase Console: https://console.firebase.google.com/.

  2. Create a Project
    Click on Create a Project.

  3. Click Continue
    After providing the project name, click on the Continue button.

  4. Choose Google Analytics Account
    Select a Google Analytics account. You can choose the default account for Firebase.
    Click on Create Project to proceed.

  1. Complete Project Creation
    Once the project is created, click on Continue.

  2. Select Android Platform
    On the dashboard, select the Android platform.

  3. Register Your App

  1. 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.
  1. Build Your App
    Create a new build of your app and send a message from Firebase.

1 Like