This Flutter project demonstrates the implementation of push notifications using Firebase Cloud Messaging (FCM). With this setup, you can send notifications to your Flutter app from the Firebase console or your server using Firebase Cloud Messaging.
Home Page | Notification Handling | Demo |
---|---|---|
![]() |
![]() |
![]() |
- Firebase cloud Messaging
- Token Handling
- Notification Handling
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
# Clone the repo
git clone https://github.com/jayadevpanthaplavil/pushnoti_firebase.git
npm install -g firebase-tools
Create a new Firebase project on the Firebase console
firebase login
dart pub global activate flutterfire_cli
Add environment variable
flutterfire configure
flutter pub add firebase_core
flutter pub add firebase_messaging
Use the Firebase console to send test notifications
Feel free to contribute to this project by opening issues or submitting pull requests. Any suggestions or improvements are welcome!
This project is licensed under the MIT License - see the MIT License file for details.