Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 927 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 927 Bytes

flutter_firebase_push_msg

A simple Flutter app example with Firebase messaging for push notification capabilities.

Getting Started

This project is a starting point for a Flutter application using Firebase Messaging plugin and to achieve the following:

  • Push Notification handling when the app is at foreground
  • Push Notification handling when the app is at background and route to a specific page
  • Push Notification handling when the app is not running and route to a specific page upon launch

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.