Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epomatti/flutter-firebase-push
Flutter notification demo.
https://github.com/epomatti/flutter-firebase-push
android fcm firebase firebase-cloud-messaging flutter flutterfire notification
Last synced: about 1 month ago
JSON representation
Flutter notification demo.
- Host: GitHub
- URL: https://github.com/epomatti/flutter-firebase-push
- Owner: epomatti
- License: mit
- Created: 2019-07-23T00:08:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T19:55:44.000Z (almost 3 years ago)
- Last Synced: 2024-11-17T00:23:44.953Z (3 months ago)
- Topics: android, fcm, firebase, firebase-cloud-messaging, flutter, flutterfire, notification
- Language: C++
- Homepage:
- Size: 198 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter Firebase Push Notifications
A simple Flutter App connected to Firebase that sends and receives messages.
### Running the app
You'll need the Flutter SDK and FlutterFire SDK dependencies locally.
After the setup, run the app:
```sh
flutter pub get
flutter run
```To lear how to setup your own Firebase project and interact with it check the [FlutterFire docs](https://firebase.flutter.dev/docs/overview).