Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 464 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 464 Bytes

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.