Skip to content

rowyio/rowy-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rowy Templates

Collection of Rowy's backend templates and code snippets for cloud functions - including for derivative, action columns and extensions.

Rowy Templates ## What is Rowy?

Rowy is an open-source low-code platform to build your product backend fast.

Rowy platform provides you:
⭐️ A ready-to-use spreadsheet-UI for managing and collaborating on your database with your team
⭐️ A low-code way to build cloud functions on Firestore and Google Cloud Platform, all in your browser.

What does Cloud Functions in low-code mean?

Building cloud functions in low-code with Rowy means you only focus on your function logic and Rowy takes care of everything else for you, including:

🤝 packaging up the cloud function with necessary config files, installing any NPMs if any
🎁 bundling the functions in the most efficiently way
✅ deploying them in on click directly to your Firebase/GCP project

This means, no more messing around with CLIs, cloud console, terminals, reading tons of docs and doing DevOps.
✨✨ You purely focus on the logic of your cloud function.✨✨

How can you get started with Cloud functions in low-code?

  • To get started first setup an account on Rowy
  • Create a new project on your workspace and connect to your Firebase project
  • Create a table collection to store your data on Firestore and manage via Rowy's spreadsheet UI
  • Create any code-able column such as Derivative, Action scripts or table level extensions
  • Use one of the ready to use templates or create your own in javascript/typescript
  • Click deploy and thats it ✨

You can watch a full video of how you can create a cloud function in low-code below

Cloud function in low-code using rowy

Contribution Guide

  1. Pick from the issues section or pick your own API/integration that you want to implement. Comment on an existing issue that you want work on or if working on your own idea, create a new issue so we can track/add feedback while you work on it.

  2. Read the specific contribution guide of the type of cloud function you have picked and follow the instructions from here.

Need help?

Join Rowy's Discord and post under the #contribution channel what you are building/need help with.

License

By contributing to Rowy, you agree that your contributions will be licensed with the same license that is specified in the repository you are contributing to.

About

Collection of Rowy's templates for cloud functions cod snippets - including for derivative, action columns and extensions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published