How to Add Firebase Messaging to your Flutter app
Firebase Cloud Messaging or FCM is used to send notifications to users. To be able to send messages, you need to retrieve the fcm token of the user. After doing…
Firebase Cloud Messaging or FCM is used to send notifications to users. To be able to send messages, you need to retrieve the fcm token of the user. After doing…