No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Cloud messaging for Quasar ?

    Help
    2
    3
    414
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      kevin7 last edited by kevin7

      I’m using Quasar to build a web site and a mobile app (Android to begin with). For the mobile app I would like some push notifications. I have been googling around trying to get my head around the best approach. I took a look at Firebase Cloud Messaging as well as One Signal. The One Signal documentation seems pretty good but I am still confused how you are meant to integrate with Quasar. I also notice there are some plugins like this one - https://github.com/motia/quasar-app-extension-onesignal but the instructions aren’t clear either. Can anyone shed some light on the best way this can be done? Thanks.

      dobbel 1 Reply Last reply Reply Quote 1
      • dobbel
        dobbel @kevin7 last edited by

        @kevin7

        Push messages requires al lot of coding for websites. (your best bet is a Quasar Pwa, well because you need a service worker). With a Pwa you’ll have a solution for web and mobile app’s in one.

        This tutorial is very extensive about how to implement push messages in Quasar Pwa ( it’s the only tutorial about push messages for Quasar) :

        https://www.udemy.com/course/pwa-with-vuejs-quasar-firebase/?couponCode=PWASEPTEMBER2020

        Same tutorial but without the source code, you’ll -->NEED<-- the source code that comes with the udemy course btw.
        https://www.youtube.com/watch?v=9tyFBchdb00

        Getting push messages with a Quasar app in Cordova or Capacitor mode you should see their respective websites for more info.

        1 Reply Last reply Reply Quote 0
        • K
          kevin7 last edited by

          Thanks @dobbel for your response.
          Yes I took one of Danny’s courses previously, really liked it, haven’t tried the PWA one yet but will check it out.
          I also agree with you, that is I am beginning to see it is more about Cordova when trying to get Quasar + mobile working with push notifications. Will check it out from that perspective.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post