Louis Coulet

Articles

Here is a list of informational content I write along the years.

Firebase Auth and Firestore in React using Context API

published in November 2021

A detailed SO answer on how provide authentication and firestore data to children components using the Context API

Read more on stackoverflow

Firebase total user count

published in March 2021

A detailed SO answer on how to count the total number of registered users

Read more on stackoverflow

Fetching comments and users from Firestore

published in March 2021

A detailed SO answer on Firestore data layout related to performance

Read more on stackoverflow

How to model a many-to-many relationship in Firestore

published in March 2021

We compare two different data modeling approaches: performance, security, maintainability

Read more on medium

How to count documents in Firestore

published in February 2021

A list, categorization, and evaluation of the multiple ways to count documents in the NoSQL Firestore database

Read more on medium

How to read your entire dataset in Firestore

published in Jan 2021

We examine a simple script using the Node.js Admin SDK to visit all nested documents and collections

Read more on medium

Is there a way to make react context read only?

published in Nov 2020

How to organize components to make React context read-only.

Read more on stackoverflow