Alternatives to Google Cloud Messaging logo

Alternatives to Google Cloud Messaging

Firebase, Amazon SNS, RabbitMQ, Apple Push Notification Service, and MQTT are the most popular alternatives and competitors to Google Cloud Messaging.
91
22

What is Google Cloud Messaging and what are its top alternatives?

Google Cloud Messaging (GCM) is a free service that enables developers to send messages between servers and client apps. This includes downstream messages from servers to client apps, and upstream messages from client apps to servers.
Google Cloud Messaging is a tool in the Mobile Push Messaging category of a tech stack.

Top Alternatives to Google Cloud Messaging

  • Firebase
    Firebase

    Firebase is a cloud service designed to power real-time, collaborative applications. Simply add the Firebase library to your application to gain access to a shared data structure; any changes you make to that data are automatically synchronized with the Firebase cloud and with other clients within milliseconds. ...

  • Amazon SNS
    Amazon SNS

    Amazon Simple Notification Service makes it simple and cost-effective to push to mobile devices such as iPhone, iPad, Android, Kindle Fire, and internet connected smart devices, as well as pushing to other distributed services. Besides pushing cloud notifications directly to mobile devices, SNS can also deliver notifications by SMS text message or email, to Simple Queue Service (SQS) queues, or to any HTTP endpoint. ...

  • RabbitMQ
    RabbitMQ

    RabbitMQ gives your applications a common platform to send and receive messages, and your messages a safe place to live until received. ...

  • Apple Push Notification Service
    Apple Push Notification Service

    It is the centerpiece of the remote notifications feature. It is a robust, secure, and highly efficient service for app developers to propagate information to iOS (and, indirectly, watchOS), tvOS, and macOS devices. ...

  • MQTT
    MQTT

    It was designed as an extremely lightweight publish/subscribe messaging transport. It is useful for connections with remote locations where a small code footprint is required and/or network bandwidth is at a premium. ...

  • Firebase Cloud Messaging
    Firebase Cloud Messaging

    It is a cross-platform messaging solution that lets you reliably deliver messages at no cost. You can notify a client app that new email or other data is available to sync. You can send notification messages to drive user re-engagement and retention. For use cases such as instant messaging, a message can transfer a payload of up to 4KB to a client app. ...

  • Pushwoosh
    Pushwoosh

    Free unlimited cross platform push notifications! iOS, Android, Windows Phone, Phonegap, Unity, Marmalade, Adobe Air - we support them all! Easy integration, open-source SDK. ...

  • Google Cloud Platform
    Google Cloud Platform

    It helps you build what's next with secure infrastructure, developer tools, APIs, data analytics and machine learning. It is a suite of cloud computing services that runs on the same infrastructure that Google uses internally for its end-user products, such as Google Search and YouTube. ...

Google Cloud Messaging alternatives & related posts

Firebase logo

Firebase

41K
35.1K
2K
The Realtime App Platform
41K
35.1K
+ 1
2K
PROS OF FIREBASE
  • 371
    Realtime backend made easy
  • 270
    Fast and responsive
  • 242
    Easy setup
  • 215
    Real-time
  • 191
    JSON
  • 134
    Free
  • 128
    Backed by google
  • 83
    Angular adaptor
  • 68
    Reliable
  • 36
    Great customer support
  • 32
    Great documentation
  • 25
    Real-time synchronization
  • 21
    Mobile friendly
  • 19
    Rapid prototyping
  • 14
    Great security
  • 12
    Automatic scaling
  • 11
    Freakingly awesome
  • 8
    Super fast development
  • 8
    Angularfire is an amazing addition!
  • 8
    Chat
  • 6
    Firebase hosting
  • 6
    Built in user auth/oauth
  • 6
    Awesome next-gen backend
  • 6
    Ios adaptor
  • 4
    Speed of light
  • 4
    Very easy to use
  • 3
    Great
  • 3
    It's made development super fast
  • 3
    Brilliant for startups
  • 2
    Free hosting
  • 2
    Cloud functions
  • 2
    JS Offline and Sync suport
  • 2
    Low battery consumption
  • 2
    .net
  • 2
    The concurrent updates create a great experience
  • 2
    Push notification
  • 2
    I can quickly create static web apps with no backend
  • 2
    Great all-round functionality
  • 2
    Free authentication solution
  • 1
    Easy Reactjs integration
  • 1
    Google's support
  • 1
    Free SSL
  • 1
    CDN & cache out of the box
  • 1
    Easy to use
  • 1
    Large
  • 1
    Faster workflow
  • 1
    Serverless
  • 1
    Good Free Limits
  • 1
    Simple and easy
CONS OF FIREBASE
  • 31
    Can become expensive
  • 16
    No open source, you depend on external company
  • 15
    Scalability is not infinite
  • 9
    Not Flexible Enough
  • 7
    Cant filter queries
  • 3
    Very unstable server
  • 3
    No Relational Data
  • 2
    Too many errors
  • 2
    No offline sync

related Firebase posts

Stephen Gheysens
Lead Solutions Engineer at Inscribe · | 14 upvotes · 1.8M views

Hi Otensia! I'd definitely recommend using the skills you've already got and building with JavaScript is a smart way to go these days. Most platform services have JavaScript/Node SDKs or NPM packages, many serverless platforms support Node in case you need to write any backend logic, and JavaScript is incredibly popular - meaning it will be easy to hire for, should you ever need to.

My advice would be "don't reinvent the wheel". If you already have a skill set that will work well to solve the problem at hand, and you don't need it for any other projects, don't spend the time jumping into a new language. If you're looking for an excuse to learn something new, it would be better to invest that time in learning a new platform/tool that compliments your knowledge of JavaScript. For this project, I might recommend using Netlify, Vercel, or Google Firebase to quickly and easily deploy your web app. If you need to add user authentication, there are great examples out there for Firebase Authentication, Auth0, or even Magic (a newcomer on the Auth scene, but very user friendly). All of these services work very well with a JavaScript-based application.

See more
Eugene Cheah

For inboxkitten.com, an opensource disposable email service;

We migrated our serverless workload from Cloud Functions for Firebase to CloudFlare workers, taking advantage of the lower cost and faster-performing edge computing of Cloudflare network. Made possible due to our extremely low CPU and RAM overhead of our serverless functions.

If I were to summarize the limitation of Cloudflare (as oppose to firebase/gcp functions), it would be ...

  1. <5ms CPU time limit
  2. Incompatible with express.js
  3. one script limitation per domain

Limitations our workload is able to conform with (YMMV)

For hosting of static files, we migrated from Firebase to CommonsHost

More details on the trade-off in between both serverless providers is in the article

See more
Amazon SNS logo

Amazon SNS

1.4K
1.2K
18
Fully managed push messaging service
1.4K
1.2K
+ 1
18
PROS OF AMAZON SNS
  • 12
    Low cost
  • 6
    Supports multi subscribers
CONS OF AMAZON SNS
    Be the first to leave a con

    related Amazon SNS posts

    Cyril Duchon-Doris

    We decided to use AWS Lambda for several serverless tasks such as

    • Managing AWS backups
    • Processing emails received on Amazon SES and stored to Amazon S3 and notified via Amazon SNS, so as to push a message on our Redis so our Sidekiq Rails workers can process inbound emails
    • Pushing some relevant Amazon CloudWatch metrics and alarms to Slack
    See more
    Ravi Sathanapalli
    Director Product Management at Centime · | 7 upvotes · 125.2K views
    Shared insights
    on
    TwilioTwilioAmazon SNSAmazon SNS

    Hi, We are looking to implement 2FA - so that users would be sent a Verification code over their Email and SMS to their phone.

    We faced some limitations with Amazon SNS where we could either send the verification code to email OR to the phone number, while we want to send it to both.

    We also are looking to make the 2FA more flexible by adding any other options later on.

    What are the best alternatives to SNS for this use case and purpose? Looked at Twilio but want to explore other options before making a decision.

    Would be great to know what the experience with Twilio has been, especially the limitations/issues with Twilio...

    Appreciate any input from users of Twilio and others who have had similar use cases.

    See more
    RabbitMQ logo

    RabbitMQ

    21.3K
    18.7K
    557
    Open source multiprotocol messaging broker
    21.3K
    18.7K
    + 1
    557
    PROS OF RABBITMQ
    • 235
      It's fast and it works with good metrics/monitoring
    • 80
      Ease of configuration
    • 60
      I like the admin interface
    • 52
      Easy to set-up and start with
    • 22
      Durable
    • 19
      Standard protocols
    • 19
      Intuitive work through python
    • 11
      Written primarily in Erlang
    • 9
      Simply superb
    • 7
      Completeness of messaging patterns
    • 4
      Reliable
    • 4
      Scales to 1 million messages per second
    • 3
      Better than most traditional queue based message broker
    • 3
      Distributed
    • 3
      Supports MQTT
    • 3
      Supports AMQP
    • 2
      Clear documentation with different scripting language
    • 2
      Better routing system
    • 2
      Inubit Integration
    • 2
      Great ui
    • 2
      High performance
    • 2
      Reliability
    • 2
      Open-source
    • 2
      Runs on Open Telecom Platform
    • 2
      Clusterable
    • 2
      Delayed messages
    • 1
      Supports Streams
    • 1
      Supports STOMP
    • 1
      Supports JMS
    CONS OF RABBITMQ
    • 9
      Too complicated cluster/HA config and management
    • 6
      Needs Erlang runtime. Need ops good with Erlang runtime
    • 5
      Configuration must be done first, not by your code
    • 4
      Slow

    related RabbitMQ posts

    James Cunningham
    Operations Engineer at Sentry · | 18 upvotes · 1.8M views
    Shared insights
    on
    CeleryCeleryRabbitMQRabbitMQ
    at

    As Sentry runs throughout the day, there are about 50 different offline tasks that we execute—anything from “process this event, pretty please” to “send all of these cool people some emails.” There are some that we execute once a day and some that execute thousands per second.

    Managing this variety requires a reliably high-throughput message-passing technology. We use Celery's RabbitMQ implementation, and we stumbled upon a great feature called Federation that allows us to partition our task queue across any number of RabbitMQ servers and gives us the confidence that, if any single server gets backlogged, others will pitch in and distribute some of the backlogged tasks to their consumers.

    #MessageQueue

    See more

    Around the time of their Series A, Pinterest’s stack included Python and Django, with Tornado and Node.js as web servers. Memcached / Membase and Redis handled caching, with RabbitMQ handling queueing. Nginx, HAproxy and Varnish managed static-delivery and load-balancing, with persistent data storage handled by MySQL.

    See more
    Apple Push Notification Service logo

    Apple Push Notification Service

    82
    55
    0
    A platform notification service
    82
    55
    + 1
    0
    PROS OF APPLE PUSH NOTIFICATION SERVICE
      Be the first to leave a pro
      CONS OF APPLE PUSH NOTIFICATION SERVICE
        Be the first to leave a con

        related Apple Push Notification Service posts

        MQTT logo

        MQTT

        613
        571
        7
        A machine-to-machine Internet of Things connectivity protocol
        613
        571
        + 1
        7
        PROS OF MQTT
        • 3
          Varying levels of Quality of Service to fit a range of
        • 2
          Lightweight with a relatively small data footprint
        • 2
          Very easy to configure and use with open source tools
        CONS OF MQTT
        • 1
          Easy to configure in an unsecure manner

        related MQTT posts

        Kindly suggest the best tool for generating 10Mn+ concurrent user load. The tool must support MQTT traffic, REST API, support to interfaces such as Kafka, websockets, persistence HTTP connection, auth type support to assess the support /coverage.

        The tool can be integrated into CI pipelines like Azure Pipelines, GitHub, and Jenkins.

        See more
        Shared insights
        on
        MQTTMQTTReductStoreReductStore

        You can use ReductStore to keep a history of MQTT messages by using its Client SDKs. This can be useful if you use a binary format for your data and it can be recorded in a classical TSDB. You can set a FIFO quota for a bucket in your ReductStore instance so that the database removes old MQTT messages when the limit is reached.

        See more
        Firebase Cloud Messaging logo

        Firebase Cloud Messaging

        279
        386
        18
        A cross-platform messaging solution
        279
        386
        + 1
        18
        PROS OF FIREBASE CLOUD MESSAGING
        • 18
          Free
        CONS OF FIREBASE CLOUD MESSAGING
        • 8
          Lack of BI tools

        related Firebase Cloud Messaging posts

        Pushwoosh logo

        Pushwoosh

        18
        39
        0
        A cross-channel marketing automation platform for customer engagement
        18
        39
        + 1
        0
        PROS OF PUSHWOOSH
          Be the first to leave a pro
          CONS OF PUSHWOOSH
            Be the first to leave a con

            related Pushwoosh posts

            Demetrius Tautu

            If you need a free to use push notification service as an alternative to OneSignal PushCrew Pushwoosh PushBots , DigitalPUSH might be the right decision. - DigitalPUSH is free to use - Unlimited subscribers - Unlimited push notifications - No data collection / distribution - Segmentation - API - Scheduling - WordPress plugin

            See more
            Google Cloud Platform logo

            Google Cloud Platform

            25.5K
            13.6K
            18
            A suite of cloud computing services
            25.5K
            13.6K
            + 1
            18
            PROS OF GOOGLE CLOUD PLATFORM
            • 5
              Good app Marketplace for Beginner and Advanced User
            • 4
              1 year free trial credit USD300
            • 3
              Premium tier IP address
            • 3
              Live chat support
            • 3
              Cheap
            CONS OF GOOGLE CLOUD PLATFORM
              Be the first to leave a con

              related Google Cloud Platform posts

              waheed khan
              Associate Java Developer at txtsol · | 10 upvotes · 57.2K views

              I want to make application like Zomato, #Foodpanda.

              Which stack is best for this? As I have expertise in Java and Angular. What is the best stack you will recommend?

              Web Micro-service / Mono? Angular / React? Amazon Web Services (AWS) / Google Cloud Platform? DB : SQL or No SQL

              Mob Cross-platform: React Native / Flutter

              Note: We are a team of 5. what languages do you recommend if I go with microservices?

              Thanks

              See more

              My days of using Firebase are over! I want to move to something scalable and possibly less cheap. In the past seven days I have done my research on what type of DB best fits my needs, and have chosen to go with the nonrelational DB; MongoDB. Although I understand it, I need help understanding how to set up the architecture. I have the client app (Flutter/ Dart) that would make HTTP requests to the web server (node/express), and from there the webserver would query data from MongoDB.

              How should I go about hosting the web server and MongoDb; do they have to be hosted together (this is where a lot of my confusion is)? Based on the research I've done, it seems like the standard practice would be to host on a VM provided by services such as Amazon Web Services, Google Cloud Platform, Microsoft Azure, etc. If there are better ways, such as possibly self-hosting (more responsibility), should I? Anyways, I just want to confirm with a community (you guys) to make sure I do this right, all input is highly appreciated.

              See more