Firebase Firestore Database (Query, Filter and Indexing) in Swift - Part 2

preview_player
Показать описание
How to add a Firebase Firestore Database in Swift? - Part 2

📌 Firebase Real Time Database with Observer in Swift

📌 Firebase Firestore Database - Part 1

In this tutorial we'll see

1. Recap of the Part 1 Tutorial to Insert Data into FireStore from 00.28
2. How to query to fetch the FireStore Document from 02:31
3. How to add a filter to fetch the FireStore Document and Collection from 08:37
4. How to add indexes and set a Sort Order to a FireStore Query from 13:20

We upload new videos every week!

Please reach out to me on the comments section if you have any doubts on this topic. Also, please Like & Subscribe the Channel and help us being part of your journey to learn Swift. Cheers until the next video!

#Firestore #Database #Firebase
Рекомендации по теме
Комментарии
Автор

This video was very helpful for me. Thank you! (Already subscribed)

MasonBallowe
Автор

Hi, Very nice tutorial, helped me alot to create queries and fetch data.Can you please make a video on how to save image in Firestore database and fetch from database. Thanks!!

ciaraverma
Автор

Hi, If the user collection have a address object, address(map) have area, city, pin. Now how to get list based on city="ABC".

kondak
Автор

Hi, this is great tutorial, question, is there a way to add several querys to filter more information?, can you add 2 or 3 querys a the same time?

SuperMIKEBIKE