Flutter - how to send/cancel follow request & how to accept/decline that follow request (Firestore)?

This page summarizes the projects mentioned and recommended in the original post on /r/flutterhelp

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • functions-samples

    Collection of sample apps showcasing popular use cases using Cloud Functions for Firebase

    There is actually an official example which is very much similar to your case (see functions/index.js): https://github.com/firebase/functions-samples/tree/main/fcm-notifications

  • flutterfire

    🔥 A collection of Firebase plugins for Flutter apps.

    See Migration Guide for updated Firebase plugins for Flutter. onMessageOpenedApp and onMessage returns Stream objects that emits the upcoming RemoteMessage messages. In RemoteMessage class, there are two important properties: notification and data. You don't have to access them with message['data'] or message['notification'] anymore. Take a look at the migration official example from FlutterFire team.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts