How to configure Firebase Push Notifications with Ionic & Vue.js

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    Enable Firebase Cloud Messaging for Capacitor apps (by capacitor-community)

    To begin, we need to install Capacitor Firebase Cloud Messaging plugin. You can do with a simple command: npm i @capacitor-community/fcm

  • ionic-vue-push-notifications-demo

    A sample for implementing Push Notifications with Ionic and Vue.js

    Do you prefer to take a look at the code? Please see here. I have uploaded a demo application. Don't forget to upload your google-services.json and build & sync the code with Android Studio.

  • 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.

  • quickstart-android

    Firebase Quickstart Samples for Android

    We can send a test notification to see if everything is set up correctly. Connect to Firebase select your project --> See all features --> Cloud Messaging -> Send your first message.

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