Skip to content

Test Flutter project with Firebase Cloud Messaging API V1 to send and receive notifications.

Notifications You must be signed in to change notification settings

ahmedakpro/cloud_messaging_api_v1

Repository files navigation

test_example

Test Firebase cloud messaging api v1 with flutter.

Firstly

  1. Run > firebase login . If you don't login to your firebase project.
  2. Run > dart pub global activate flutterfire_cli
  3. Run > flutterfire configure . And select your firebase project.
  4. Get the 'google-services.json' and set it in /android\app .
  5. Watch this video in youtube to know how to setup googleCloud Explanation(https://youtu.be/bsiywmvx3N4?si=6TVatLpoKT-9AOqZ)

Demo

Test Test notify between tow app

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.