Software Alternatives & Reviews
Table of contents
  1. Social Mentions
  2. Comments

Cloud Functions for Firebase

Serverless / Task Processing subtitle

Cloud Functions for Firebase Reviews and details

Screenshots and images

  • Cloud Functions for Firebase Landing page
    Landing page //
    2023-01-04

Badges

Promote Cloud Functions for Firebase. You can add any of these badges on your website.
SaaSHub badge
Show embed code

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Cloud Functions for Firebase and what they use it for.
  • 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 / 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
  • What are Firebase Extensions? How can they speed up your app development?
    Cloud Functions are a serverless solution that allows you to run backend code in response to HTTPS requests or even more ⚡ powerfully, in response to events triggered by other Firebase products. - Source: dev.to / over 1 year ago
  • how do I upload a specific file to a specific domain I already have registered?
    You also mentioned Javascript code. * If it's code that will run in the user's browser, upload it to Firebase Hosting just like the HTML file. * If it's code that will run on the server, check out Cloud Functions for Firebase. If you prefer to deploy your server-side code as a container, take a look at Cloud Run. Source: over 1 year ago
  • How do I allow my express REST server to handle multiple concurrent requests (200-500) at the same time?
    I would also consider using a serverless entry point for hook ingestion (eg Firebase Functions). That would make the hook and queue process very fast and light. It would auto scale and leave your app infrastructure largely untouched. Source: over 1 year ago
  • Sending Emails with Firebase
    Cloud Functions allow you to access Firebase events directly in your application. This way, you can easily integrate with the Firebase platform and accomplish a wide range of tasks. - Source: dev.to / over 1 year ago
  • Google Pay with Firebase extension and Adyen
    Cloud Firestore is a NoSQL database part of the Firebase platform: it is designed to support complex JSON-based data structure, advanced querying and multiple languages (NodeJS, Python and Java SDKs). Firestore really stands out when used together with Cloud Functions that allow executing server-side code in response to events like changes in the database or other types of notifications. - Source: dev.to / over 1 year ago
  • Decifer — generate transcripts with ease
    Firebase Cloud Functions lets you run backend code in a severless architecture. - Source: dev.to / about 2 years ago
  • Over the last two weeks, I created a site that allows you to create "Wordle leagues". I'm not a pro by any means, but I wanted to share some thoughts on how I was able to spin it up quickly. Hope it helps and shows that it doesn't have to be crazy hard to get an idea up and working!
    I'm a huge fan of Firebase functions for quick projects. It allows you to build a basic backend pretty quickly and easily, which is great if you are more comfortable in the frontend or just working in React and need some simple backend functionality. Source: about 2 years ago
  • Get only Document ID by query
    You can't achieve this kind of behavior using native Firestore SDK. Alternatively, you can create a Cloud Functions that return only the document IDs. Source: about 2 years ago
  • Any Easy to use self hosted cloud function service ?
    Functions Framework: Both Google Cloud Functions and Cloud Functions for Firebase users can opt to use the Google Cloud open source project known as the Functions Framework to run their functions locally, on their own servers, or deployed to the cloud if desired. The first pair of options are low/no-cost other than what you pay for your servers. Source: over 2 years ago
  • How to create a simple checklist app
    For your use case, flutter might make the most sense since the use case is pretty simple being a CRUD app. Then for the functionality of updating a group chat, you could pretty easily copy paste stuff. Or you could use something like Firestore to sync this data to a server and then cloud functions to send push notifications to others who have the app. Firebase is something that would work for any of the solutions... Source: over 2 years ago
  • A Concise Startup List for Your Next Project
    Backend: Firebase Functions + MailchimpAPI for email campaigns (stick to using this one, none of the other packages have worked for me, so I made a simple call to the Mailchimp endpoints as mentioned in the docs). - Source: dev.to / over 2 years ago
  • [Help] How to send emails on a specific time to clients ?
    I suggest to create a function in cloud function to listen when event document is created, then you can use Google cloud task to create a Post task that will execute in that time, you need to create a http onRequest Functions that will send the email when cloud task execute the request. Https://cloud.google.com/tasks/docs Https://firebase.google.com/docs/functions. Source: over 2 years ago
  • New to Firebase, have questions about storing and securing user data
    I would use a cloud function for this, but will depend on your use case. I do not understand what you mean by your own "identity aware proxy". Can't help you here either. Source: over 2 years ago
  • Sending Emails in Your Firebase App with Nodemailer
    For this article, we will be requiring the Firebase CLI for our functions and emulators setup. You can read more about that on the Firebase documentation. - Source: dev.to / almost 3 years ago
  • What do I need to know before learning cloud functions?
    This is a basic function, did you noticed the exports.onPostCreate? This is the name of your function and it will be shown in the Firebase console. For more information about functions visit the Firebase Cloud Functions documentation page: https://firebase.google.com/docs/functions. Source: almost 3 years ago
  • Automate Firebase cloud functions deployment with Github actions.
    Firebase cloud functions is a serverless framework that lets you automatically run backend code in response to events triggered by Firebase features and HTTPS requests. You can read more about that here. - Source: dev.to / almost 3 years ago

Do you know an article comparing Cloud Functions for Firebase to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic Cloud Functions for Firebase discussion

Log in or Post with

This is an informative page about Cloud Functions for Firebase. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.