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
    1. Home
    2. Paolo Massenzana
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 0
    • Groups 0

    Paolo Massenzana

    @Paolo Massenzana

    0
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Paolo Massenzana Follow

    Latest posts made by Paolo Massenzana

    • RE: integrate firebase cloud messaging in quasarv1.9 !

      UPDATE:
      i used firebase 7.13, if downgrade to 5.6 foregroundnotification works , background notification no , i think the problem is in the service worker … quasat not see thaht

      posted in Framework
      P
      Paolo Massenzana
    • integrate firebase cloud messaging in quasarv1.9 !

      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!

      posted in Framework
      P
      Paolo Massenzana
    • Quasar v1.9 - firebase cloud messaging

      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!

      posted in Starter Kits
      P
      Paolo Massenzana