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
- Host: GitHub
- URL: https://github.com/ursfr/flutter-firebase-messaging-example
- Owner: URSFR
- Created: 2023-12-20T03:20:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T03:21:42.000Z (about 2 years ago)
- Last Synced: 2025-01-06T05:12:21.061Z (about 1 year ago)
- Topics: firebase, firebase-messaging, flutter, flutter-example, flutter-examples, learning, open-source
- Language: C++
- Homepage:
- Size: 266 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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