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

    Quasar v1.9 - firebase cloud messaging

    Starter Kits
    1
    1
    240
    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.
    • P
      Paolo Massenzana last edited by

      hi all, i’m try to integrate web cloud messaging in quasar app.
      i follow some procedures online and this is the step i do :

      STEP 1 WORK!
      Create boot file with i import firebase , firestore etc,
      Inizialize firebase
      export variabiles

      STEP 2 NOT WORK!
      i create a vuex store file where i get token from firebase and it work (chrome ask me correctly the permission for notification)
      i create a file name firebase-messaging-sw.js and in quasar conf with webpack plugin > cfg.plugins.push(new CopyWebpackPlugin([{ from: ‘src/firebaseTools/’, to: ‘’ }]));

      i see the service worker running in chrome application tab but when i try to send a notify form firebase not arrive.

      help me plz!

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