v_chat_firebase_fcm 1.4.0 copy "v_chat_firebase_fcm: ^1.4.0" to clipboard
v_chat_firebase_fcm: ^1.4.0 copied to clipboard

v chat firebase notifiactions push implementations for android and ios using firebase messaging

V Chat SDK Firebase Push Notifications Package #

Welcome to the V Chat SDK Firebase Push Notifications Package, a powerful add-on package that enables push notifications through Firebase Cloud Messaging (FCM) service. This package seamlessly integrates with the V Chat SDK core package and ensures your users stay updated with every conversation.

Features #

  • Firebase FCM Integration: This package leverages the Firebase Cloud Messaging service to deliver push notifications to your users.
  • Foreground Notification Support: It supports notifications while the app is in the foreground, ensuring your users never miss an update.

Installation #

To start using the V Chat SDK Firebase Push Notifications package, you'll first need to install it in your project using your preferred package manager.

Usage #

To enable push notifications through Firebase, you can use the following code inside the VChatController.init() method:

VChatController.init(
  // Other parameters...
  vPush: VPush(
    fcmProvider: VChatFcmProver(),
    enableVForegroundNotification: true,
  ),
);

This method includes an optional vPush parameter, where you can pass a new VPush instance. By providing a VChatFcmProver() instance to fcmProvider, you're enabling the Firebase Cloud Messaging service.

Documentation #

For a more detailed explanation of how to use this package, please refer to our comprehensive documentation. This includes in-depth guides, examples, and tutorials on how to fully leverage the V Chat SDK ecosystem.

Support #

If you encounter any issues, have feature requests, or general inquiries, please visit our issues page for information and to report any problems.


Note: Always ensure you are using the most recent version of the V Chat SDK and its packages to enjoy the latest features and improvements.


The V Chat SDK Firebase Push Notifications Package is proudly developed and maintained by the V Chat Team.

1
likes
120
pub points
0%
popularity

Publisher

unverified uploader

v chat firebase notifiactions push implementations for android and ios using firebase messaging

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

encrypt, eraser, firebase_core, firebase_messaging, flutter, flutter_app_badger, http, shared_preferences, v_chat_sdk_core, v_platform

More

Packages that depend on v_chat_firebase_fcm