Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).