Skip to content

epomatti/flutter-firebase-push

Repository files navigation

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:

flutter pub get
flutter run

To lear how to setup your own Firebase project and interact with it check the FlutterFire docs.