Create dynamic queries on runtime to send to Firestore

Опубликовано: 27 Сентябрь 2024
на канале: Jorge Vergara
1,734
49

A Firestore query takes a spread of query conditions to be able to filter data from our database.

This means that we can generate that spread on the fly, dynamically, in order to create queries we don't know about.

You can then keep those queries in the database, and update them without needing to redeploy the application.

Got any questions? You can find me on twitter:   / javebratt