Software Alternatives & Reviews

Apache OpenWhisk VS Cloud Functions for Firebase

Compare Apache OpenWhisk VS Cloud Functions for Firebase and see what are their differences

Apache OpenWhisk logo Apache OpenWhisk

Serverless / Task Processing

Cloud Functions for Firebase logo Cloud Functions for Firebase

Serverless / Task Processing
  • Apache OpenWhisk Landing page
    Landing page //
    2019-10-18
  • Cloud Functions for Firebase Landing page
    Landing page //
    2023-01-04

Apache OpenWhisk videos

A Tour of the New Apache OpenWhisk Incubator Project and Its Numerous Repositories - Matt Rutkowski

More videos:

  • Review - 2018-05-23 Apache OpenWhisk Tech Interchange - Web Meeting
  • Review - 2018-06-20 Apache OpenWhisk Tech Interchange - Zoom Meeting

Cloud Functions for Firebase videos

No Cloud Functions for Firebase videos yet. You could help us improve this page by suggesting one.

+ Add video

Category Popularity

0-100% (relative to Apache OpenWhisk and Cloud Functions for Firebase)
Developer Tools
23 23%
77% 77
API Tools
100 100%
0% 0
Cloud Computing
28 28%
72% 72
Backend As A Service
19 19%
81% 81

User comments

Share your experience with using Apache OpenWhisk and Cloud Functions for Firebase. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Cloud Functions for Firebase should be more popular than Apache OpenWhisk. It has been mentiond 27 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Apache OpenWhisk mentions (7)

  • The 2024 Web Hosting Report
    Serverless functions are now offered by many cloud providers, as well as having options like OpenFaaS, Knative, Apache's Openwhisk and more from the open source community that run in environments ranging from one server all the way up to globally replicated private clusters. - Source: dev.to / 2 months ago
  • My first serverless function on DigitalOcean
    The serverless functions with Digital Ocean are based on Apache Open Whisk, so the service has additional name space, which need to go into the URL. - Source: dev.to / over 1 year ago
  • run a RestAPI on Every container?
    The two biggest options are OpenWhisk and OpenFaas. Check out /r/serverless for more options. I'm experimenting currently with OpenFaas as it's the lighter weigh to of the two. Source: over 1 year ago
  • which is best open source alternative to lamda
    If you meant lambda for cloud functions provided by Amazon then this is open source and free, as long as you host it yourself: https://openwhisk.apache.org/. Source: over 1 year ago
  • Orchestrator self hosted
    Not necessarily an orchestrator, but you could take a look at https://openwhisk.apache.org/ it's like AWS Lambdas but for kubernetes (and open shift if you swing that way). Haven't used it personally, but the reading I've done on it suggests you could probably use it for this. Source: about 2 years ago
View more

Cloud Functions for Firebase mentions (27)

  • I just realized how expensive Firebase is for Social Media Apps
    I tried to make a reddit like app. I used both realtime-database and firestore as database. The billing of the two is different from each other. I used realtime-database for frequently updated data (like or upvote, downvote count for ex.) and firestore for more stable and large data (post, comment, community and user data..). While doing this, I only used database rules, I did not use Cloud functions. So, I... Source: 10 months ago
  • Setting up an auto-email micro function for Firebase RTDB
    Const functions = require("firebase-functions"); // // Create and deploy your first functions // // https://firebase.google.com/docs/functions/get-started // // exports.helloWorld = functions.https.onRequest((request, response) => { // functions.logger.info("Hello logs!", {structuredData: true}); // response.send("Hello from Firebase!"); // });. - Source: dev.to / 11 months ago
  • Moving my Android app to Google cloud
    Cloud Functions for Firebase - Pros: Aligns to my app which uses Firebase; Cons: have to use Typescript which I have no experience with. Source: about 1 year ago
  • Is it safe to assume the user won't be able to manually call my Firebase functions from the frontend?
    Cloud Functions run on Google's servers and are part of your project, so only you and your project collaborators can deploy that code. Source: over 1 year ago
  • React TODO list app but with a twist?
    That would be a Firebase Cloud Function. Check their latest list of YouTube tutorials, they'll guide you through creating an app with full Firebase features. Source: over 1 year ago
View more

What are some alternatives?

When comparing Apache OpenWhisk and Cloud Functions for Firebase, you can also consider the following products

Azure Functions - Azure Functions is a serverless event driven experience that extends the existing Azure App Service platform.

Firebase - Firebase is a cloud service designed to power real-time, collaborative applications for mobile and web.

Fission - Edit audio in minutes, not hours.

Knative - Knative provides a set of components for building modern, source-centric, and container-based applications that can run anywhere.

AWS Lambda - Automatic, event-driven compute service

Dkron - Easy, Reliable Cron jobs A distributed Cron service with, API, no SPOF and an easy to use dashboard.