A simple Flutter App connected to Firebase that sends and receives messages.
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.