Surprisingly simple method to increase Firestore performance & reduce cost

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
  • firebase-js-sdk

    Firebase Javascript SDK

  • While Firebase's Firestore is pretty fast to begin with, because it doesn't support automatically joining data together (i.e. SQL joins) a common workaround is to use observables to do something like the following (example taken from rxFire docs):

  • fast-json-stable-stringify

    Deterministic JSON.stringify() - a faster version of @substack's json-stable-strigify without jsonify.

  • Now, when the ClientService#getClient() method is called, the method arguments and identifiers are passed to the query cache service along with a query factory function. The query cache service uses the fast-json-stable-stringify library to stringify the query's identifying information and use this string as a key to cache the query's observable. Before caching the query, the observable is modified in the following ways:

  • 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

  • [React] Passing environment variables to service workers

    1 project | dev.to | 17 Jan 2024
  • Phone Otp login using react Js

    1 project | dev.to | 25 Aug 2023
  • Biometric web authentication into Firebase in mins 🔐🚀

    1 project | /r/reactjs | 22 Jun 2023
  • Passkeys into firebase 🔐🚀

    1 project | /r/Firebase | 13 Jun 2023
  • Yr old bug in Firebase JavaScript SDK that leaks 2 event listeners a second

    1 project | news.ycombinator.com | 23 May 2023