We made a fast, easy to use interface for creating Cloud Functions in the browser and open sourced the platform!

This page summarizes the projects mentioned and recommended in the original post on /r/googlecloud

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • firetable

    Unlock the full potential of Google Firestore with Excel/Google Sheets like UI.

  • I love using Firestore & cloud functions, for their simplicity. However, as your product becomes more complex, building cloud functions turn into real struggles - especially when you have so many Firestore document level triggered events to deal with.There are only two options currently and neither of them ideal: 1. Make a big cloud functions that do multiple things - gets quite messy 2. Deploy multiple cloud functions that listen to the same trigger - you end up having to add add boilerplate code to filter out the field changes On top of that, as the projects get bigger, ran into other issues like:- Tons of dependencies to manage- Slow functions as unwanted dependencies are installed- Cold start problem to configuretoo messy and the issues start to snowball….. With Firetable, an open-source project that allows you to manage data in Firestore with a spreadsheet like UI and unlock many of the functionality of GCP like building cloud functions on Firestore data triggers at field level, we try to make this process super simple, visual and intuitive. We have been working on it for past two years and recently this week released a new version with exciting features including:- Ability to write functions that evaluate only when specific fields are set or updated- Using cloud run instance to build and deploy functions by installing only the dependences that are actually being used We would love to get your feedback on this feature or firetable in general, check it out using the links below: Github repo: https://github.com/FiretableProject/firetable Demo video: https://www.youtube.com/watch?v=0IQbFyFvjDg Chat with us on Discord: https://discord.gg/B8yAD5PDX4

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts