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

    Android notifications

    Framework
    2
    2
    335
    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.
    • I
      iamyohanarias last edited by

      Hi friends. I have an Android app rendered with Codova but I would like to implement push notifications on Android. I have no idea about what I should do. Thank you

      1 Reply Last reply Reply Quote 0
      • L
        luisdev last edited by

        Firebase cloud messaging acts as a middleman for this service. The service is completely free, but you do need to implement their library in your client as well as in your server. From there your server will communicate with firebase api, and firebase will send the push notifications to the specified devices.

        I believe this is the plugin for cordova:
        https://ionicframework.com/docs/native/push

        for your server side library:
        https://firebase.google.com/docs/cloud-messaging

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