Software Alternatives & Reviews

Cloud Functions for Firebase VS Knative

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

Cloud Functions for Firebase logo Cloud Functions for Firebase

Serverless / Task Processing

Knative logo Knative

Knative provides a set of components for building modern, source-centric, and container-based applications that can run anywhere.
  • Cloud Functions for Firebase Landing page
    Landing page //
    2023-01-04
  • Knative Landing page
    Landing page //
    2023-08-27

Cloud Functions for Firebase videos

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

+ Add video

Knative videos

What is Knative?

More videos:

  • Review - Introduction to Knative | Cloud Academy
  • Review - Knative a Year Later: Serverless, Kubernetes and You (Cloud Next '19)

Category Popularity

0-100% (relative to Cloud Functions for Firebase and Knative)
Developer Tools
63 63%
37% 37
Cloud Computing
34 34%
66% 66
Cloud Hosting
0 0%
100% 100
Backend As A Service
100 100%
0% 0

User comments

Share your experience with using Cloud Functions for Firebase and Knative. 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 Knative. 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.

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: 11 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 / 12 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

Knative mentions (14)

  • Rethinking Serverless with Flame
    Https://knative.dev/ - (CloudRun API is based on this OSS project). - Source: Hacker News / 5 months ago
  • Running Serverless Functions on Kubernetes
    Serverless functions are pieces of code that take an HTTP request object and provide a response. With serverless functions, your application is composed of modular functions that respond to events and can be scaled independently. In this article, you learned about Knative and how to run serverless functions on Kubernetes using Knative and the func CLI. You can learn more about Knative on knative.dev, and a cheat... - Source: dev.to / over 1 year ago
  • DevOpsCon Munich 2022 - Human Interactions that Matter
    That night Sebastian Meyen - the chief content officer at S&S Media took the speakers out and I had a great, deep conversation with Zbynek Roubalik - one of the maintainers of both Knative and KEDA. He got me all excited about the GPTchat. I even tried to play with it that same night when I came back to the hotel. But I got bored after 20 minutes. It still feels like talking to a machine... I don't see the threat... - Source: dev.to / over 1 year ago
  • Running Cloudflare Workers (workerd) on Docker/Kubernetes
    I use Kubernetes for some client projects and I'm an advocate for Knative, a solution to build serverless, event-driven applications on Kubernetes. By serverless, I mean running a container that can automatically scale down to zero. How you manage the cluster is up to you, it could be self-managed on-premise or in the cloud. Perhaps use Google GKE Autopilot where you have almost no need to manage the cluster. The... - Source: dev.to / over 1 year ago
  • How to create cloud-native CI/CD Pipelines with Tekton
    Because these components are configured as Custom Resource Definitions on Kubernetes, you can create highly reusable pipelines, and Tekton is also compatible with Jenkins, Skaffold, Knative, and other CI/CD tools. Let’s take a look at getting started with Tekton, and start working on building our pipeline. - Source: dev.to / almost 2 years ago
View more

What are some alternatives?

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

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

AWS Lambda - Automatic, event-driven compute service

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

Fission.io - Fission.io is a serverless framework for Kubernetes that supports many concepts such as event triggers, parallel execution, and statelessness.

Nuclio - Nuclio is an open source serverless platform.

Google Cloud Functions - A serverless platform for building event-based microservices.