An open API service indexing awesome lists of open source software.

https://github.com/ursfr/flutter-firebase-messaging-example

A short example of how to use Firebase Messaging between two devices in which one sends and the other receives
https://github.com/ursfr/flutter-firebase-messaging-example

firebase firebase-messaging flutter flutter-example flutter-examples learning open-source

Last synced: 3 months ago
JSON representation

A short example of how to use Firebase Messaging between two devices in which one sends and the other receives

Awesome Lists containing this project

README

          

# FIREBASE MESSAGING EXAMPLE

An example of how to use Firebase Messaging to send from one user to another.\
It is recommended to have the server key on the backend side but if that is not possible, you can use this example.\

It was tested on Android

## Steps

### 1

Insert your own google_services.json in project

### 2

Get the firebase Server Key and insert it in .env file

### 3

clean the project -> do pub get -> dart run build_runner build

### 4

Ready