3:38
Learn how to query an array in the Firestore database with the new "array-contains" option in version 5.3 ...
6:05
Firestore Enterprise: Mastering pipeline operations
Docs → https://goo.gle/48GGFgy How do queries work on Firestore Enterprise? →https://goo.gle/4wnMTw6 In our previous video, ...
20:55
Flutter Firebase Part 3: Firestore Queries
https://github.com/MilesAdamson/firebase_tutorial/tree/cce45429000ccef12e9b18f787b08f404d5259f8 00:00 Intro 01:10 Query ...
11:44
Firestore Data Modeling - Five Cool Techniques
Five useful data modeling techniques in Cloud Firestore that you may not know about. Checkout the full course here ...
8:39
💥 Firestore Queries and Performance Guarantees - orderBy and array contains
This video is part of the Serverless Angular with Firebase Course - https://angular-university.io/course/firebase-course Check out ...
13:48
Maps, Arrays and Subcollections, Oh My! | Get to know Cloud Firestore #4
Is your Cloud Firestore data structure set up correctly? Cloud Firestore supports Subcollections, Maps, and Arrays, all of which can ...
4:01
Firestore COUNT(*): Everything you need to know
Firestore has a new COUNT(*) function and David East will teach you everything you need to know in just 4 minutes. Chapters: ...
5:46
Glitch: https://glitch.com/edit/#!/earthy-rhinoceros?path=index.html:30:6 Full-Stack Firebase: https://www.fullstackfirebase.com/
7:30
Beyond the basics: How to build complex queries with Firestore’s new query engine
Documentation → https://goo.gle/3QTl4eR Code sample → https://goo.gle/3P9dz2Q Watch more videos in our playlist: The ...
15:21
Firebase Firestore - How to Query & Add Docs
Now that we added Firestore in our previous video, we want to get more complex with querying and adding/updating documents ...
6:00
Create dynamic queries on runtime to send to Firestore
A Firestore query takes a spread of query conditions to be able to filter data from our database. This means that we can generate ...
3:51
Firestore Increment - Counters that Scale
Learn about the new Firestore "increment" field-value that can update a counter on the server atomically, with dramatically ...
8:55
Why is my Firestore query slow? #AskFirebase
Welcome to another episode of #AskFirebase! Today, both of our co-hosts David East and Sumit Chandel team up to answer all ...
3:30
Firebase Firestore Tutorial #6 - Making Queries
Course Links: - VS Code editor - https://code.visualstudio.com/ - GitHub repository (course files) ...
9:13
Model Relational Data in Firestore NoSQL
Learn how to model and structure data relationships with the Firestore NoSQL Database. We build simple one-to-many and ...
9:28
Faster Firestore via Data Aggregation
Retrieve data from Firestore in a way that is faster and more cost effective with data aggregation. In this episode, we use Firebase ...
7:53
💥 Firestore Data Modification Example with AngularFire
This video is part of the Serverless Angular with Course - https://angular-university.io/course/firebase-course In this lesson, we are ...
1:27:43
Intermediate Firebase Part 1 - Firestore Queries
Join us on Discord Link: https://www.bit.ly/disctotv This intermediate series aims to show the more in-depth features of Firebase, ...
8:26
Query Firestore based on realtime geolocation data using RxJS. https://github.com/codediodeio/geofirex - PRO ...