Firestore

Firestore is a NoSQL document-oriented database that can sync data in realtime to mobile or web clients. Firestore
The Firestore Data Modeling Course
Interested in Firestore? Invest in your learning with a PRO membership for unlimited access to The Firestore Data Modeling Course

Flutter Firebase - The Full Course

Build a full-stack Flutter app with Firebase from scratch.

#flutter #dart #firebase #firestore #pro

Next.js Firebase Full Course

Build a full-stack app with React, Firebase, and Next.js

#react #nextjs #firebase #firestore #pro

Custom Usernames in Firebase

How to implement and validate custom usernames for Firebase users with Cloud Firestore

#pro #firebase #firestore #authentication

Hydrate Next.js Props to Realtime Firestore Data

Fetch and transitioning server-rendered data with Next.js to realtime Firestore data.

#react #ssr #nextjs #firestore

Firebase Security Course

Secure your Firebase app by mastering security rules

#firebase #security #javascript #firestore #pro

React Firebase Chat App

Learn the basics of React & Firebase by building a simple group chat app from scratch.

#react #firebase #firestore

Seven Database Paradigms

Visual explanation of the top 7 database paradigms and what they do best.

#sql #firestore

Fulltext Search on Firebase with Meilisearch

Build and deploy a fulltext search engine for your Firestore data with Meilisearch.

#pro #meilisearch #firestore #cloud-functions

Use the Firestore Emulator with Flutter

How to use the Firestore Emulator in a Flutter App

#flutter #firestore

Flutter Firebase - The Full Course

Build a full-stack Flutter app with Firebase from scratch.

#flutter #dart #firebase #firestore #pro

Autosave Vue Forms with Firestore

Build a form that preloads and autosaves data to Firestore in realtime.

#vue #firestore #forms

The Vue Firebase Project Course

Build a realtime voice chat PWA with Vue and Firebase from scratch.

#pro #vue #pwa #firebase #firestore

Automatic Backups for Firestore via Github Actions

How to implement a daily background job that exports your Firestore data to a storage bucket.

#firebase #firestore #github

Delete a Firestore Collection

How to delete a Firestore Collection or Subcollection

#firebase #firestore

Read a Single Firestore Document

Strategies for querying a single Firestore document.

#firebase #firestore

Firestore Rate Limiting

Advanced security rules and techniques for rate-limiting Firestore writes.

#firebase #firestore #security #pro

Firestore Pagination Guide

Pagination queries with Firestore that move forward and backward.

#firebase #firestore #javascript

Firestore Order by Document ID or Field

How to auto-increment a document field or ID in Firestore

#firebase #firestore #data-modeling

Firestore Tag Filtering With in Queries

Query by tag or category labels in Firestore using IN and array-contains-any.

#firebase #firestore

Algolia Fulltext Search Cloud Functions

Build a pipeline for full-text search indexing with Firestore Cloud Functions

#node #algolia #firestore #cloud-functions #mvp

The Angular Firebase Project Course

Build a high-performance PWA with Angular and Firebase from scratch.

#pro #angular #pwa #firebase #firestore #node #cloud-run

Collection Group Query with Firestore

Query across multiple Firestore subcollections for hierarchical data structures, like threaded comments.

#firebase #firestore #javascript

Firestore Queries and Data Modeling

Learn how to query and model data in Firestore by example.

#firestore #firebase #nosql #pro

Flutter Provider with Firebase

Advanced state management techniques when working with Firebase Auth & Firestore in Flutter applications.

#flutter #firebase #firestore #advanced

Flutter Firestore Animated SlideShow

Build an animated and filterable slideshow with FlutterFire - inspired by the Reflectly app.

#flutter #firestore #firebase #animation

Cloud Functions Master Course

Master the fundamentals of serverless with Firebase Cloud Functions where we build seven different microservices

#cloud-functions #firestore #firebase #serverless #node

Flutter Realtime Geolocation Firebase

Build a basic realtime geolocation app that can query data within a radius using Flutter, Firestore, and Google Maps.

#google-maps #firestore #firebase #flutter

Working with Firestore Arrays

Tips and tricks for Firestore array queries and writes

#firebase #firestore

Flutter Firebase Google SignIn + Firestore

Learn how to Setup GoogleSign and Firestore with Flutter from Scratch

#flutter #firebase #auth #firestore

Firestore Security Rules Cookbook

Common Recipes for Firestore Security Rules

#firebase #firestore

Google OAuth with @angular/fire

Build a Firebase Google signin user authentication flow with @angular/fire that saves custom user data to the Firestore.

#firebase #angular #firestore #auth

Testing Firestore Security Rules With the Emulator

Use the Firestore emulator to unit test security rules.

#firestore #testing #jest #security

Join Collections in Firestore

Leverage RxJS to perform SQL-like JOIN queries in Firestore

#rxjs #firebase #firestore

Advanced Firestore Usage Guide with Angular

A variety of tips and snippets that make AngularFire v5 and Firestore easier to use.

#pro #firestore #firebase #angular

Realtime GeoQueries with Firestore

Perform geospatial queries in Firestore based on a radius and visualize realtime updates with Angular Google Maps

#firebase #google-maps #firestore

Auto-save Reactive Form with Firestore

Build reactive forms that preload and autosave data with Firestore

#pro #angular #firestore #forms

CSV to Firestore

Build a Node CLI utility that imports data from a CSV file to Firestore

#pro #firebase #firestore #node

Combine Firestore Collections into a Single Array Observable

Combine Firestore collections via AngularFire, while maintaining realtime listeners

#angular #firebase #firestore

Advanced Data Modeling with Firestore by Example

Deal with advanced data modeling scenarios in NoSQL

#pro #firebase #firestore

Firestore NoSQL Relational Data Modeling

Get started in Firestore with practical real-world examples aimed at SQL Developers

#sql #firestore #firebase

Material Data Tables With Firestore

Build a realtime Angular Material data table with Firestore and edit data with a dialog modal.

#angular #firebase #firestore #pro

Role Based Authorization With Firestore

Implement role-based authorization with Firestore

#firebase #firestore #angular

Cloud Functions Data Aggregation

A complete demo of data aggregation with Firestore Cloud Functions

#firebase #cloud-functions #firestore

Star Ratings System With Firestore

Build a five-star rating system from scratch with Firestore

#firestore #firebase #angular

Infinite Scroll Firestore Angular

Perform infinite scroll pagination, both downwards and upwards, with Firestore and Angular.

#firestore #firebase #angular