Should I be making all Firestore calls on the client or on my backend server?

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

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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • ajv

    The fastest JSON schema Validator. Supports JSON Schema draft-04/06/07/2019-09/2020-12 and JSON Type Definition (RFC8927)

  • I haven't done it, but recently came across AJV JSON Schema validation So I guess you could have a function as middleware and use this to validate writing. Lock down the Firestore rules to admin only for writing and use the function and validation to control everything. I quite like the idea of enforcing a schema, but then again, if that's a concern, maybe we should use a different db. I might try it out on a project, essentially just build an express app API instead for all writes with a schema, sounds nice actually.

  • 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

  • Accept only specific keys in JSON or form-data format in express?

    1 project | /r/node | 16 Jun 2023
  • How to parse json into typescript types?

    2 projects | /r/typescript | 16 Jan 2023
  • Ajv JSON schema validator v8.12.0 is released – improves support for JSON Type Definition (RFC8927).

    1 project | /r/javascript | 3 Jan 2023
  • Does a common language exist for validated data in a table?

    1 project | /r/learnprogramming | 11 Dec 2022
  • Web Security 101 - Part 2: User Input

    1 project | dev.to | 30 Nov 2022