Firebase FirestoreUI | Indexing for Sorting and Ordering

  Рет қаралды 22,778

Mafia Codes

Mafia Codes

4 жыл бұрын

In this video you will learn how to create a composite index inside #firebase #firestore database.
⭐ Kite is a free AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with all the top editors and IDEs to give you smart completions and documentation while you’re typing. I've been using Kite for 6 months and I love it! www.kite.com/get-kite/?...
FREE $100 credit @Digital Ocean: m.do.co/c/3208f08b3324
Patreon: / trulymittal
Subscribe: kzfaq.info...
Completed Notes App: github.com/trulymittal/Fireba...
Firebase Console: console.firebase.google.com
Add Firebase to Project: firebase.google.com/docs/andr...
Firebase UI: github.com/firebase/firebaseu...
Dependencies:
Firebase Authentication: firebase.google.com/docs/auth...
Firebase Firestore: firebase.google.com/docs/fire...
FirebaseUI: github.com/firebase/firebaseu...
Cloud Storage: firebase.google.com/docs/stor...
#yoursTruly #FirebaseSDK #tutorial #android
---------------
More useful videos
---------------
RecyclerView: • Recycler View with com...
ViewModel: • View Model | Live Data...
NavigationComponent: • Navigation Component |...
WorkManager: • Work Manager | Android...
Retrofit: • RETROFIT Tutorial (v 2...
CollapsingToolbar Layout: • Collapsing Toolbar Lay...
BottomNavigation View: • Bottom Navigation View...
KeyframeAnimations: • Keyframe Animations wi...
NightMode: • Night Mode | Dark Mode...
ButterKnife: • Butter Knife | Field a...
SplashScreen: • Splash screen | Launch...
Singletons: • Singletons | What When...
Pull to Refresh in RecyclerView: • Pull to Refresh in Rec...
On item click using Interface in RecyclerView: • RecyclerView item Clic...
Swipe gestures in Recycler View: • Swipe gestures in Recy...
Drag and drop Reorder in Recycler View: • Drag and drop Reorder ...
Filter using SearchView in RecyclerView: • Filter RecyclerView us...
MultiView RecyclerView: • Multi view RecyclerVie...
---------------
What I use
---------------
Mouse: amzn.to/2O9RJtu
Keyboard: amzn.to/2qxajCU
Keyboard 2: amzn.to/2XDWH4X
Monitor: amzn.to/2pDg7dH
Processor: amzn.to/347WWIb
RAM: amzn.to/2QEkUqw
Graphics: amzn.to/33aBrF4
Microphone: amzn.to/2DabdI9
#yoursTRULY #tutorial #howto #android

Пікірлер: 34
@learningwithaaron
@learningwithaaron 13 күн бұрын
Thank you, well explained. I was taking a firebase course on edemy and you explained this aspect a lot better
@calliopeozara5701
@calliopeozara5701 4 жыл бұрын
Thanks man, I was stuck for a while. This helped me a lot.
@makemypetgamedevprocess6475
@makemypetgamedevprocess6475 3 жыл бұрын
FINALLY, i couldnt find any video on this topic, thanks new sub
@tunde6159
@tunde6159 Жыл бұрын
Thank you so much. It really helped me.
@SRShuvo-jp1hv
@SRShuvo-jp1hv 3 жыл бұрын
Thanks a lot. This video really worked for me...
@hanac5586
@hanac5586 Жыл бұрын
THANK YOU! I was confused why my indexes didn't work but I didn't realize I'd have to include the whereEqual field too.
@mafiacodes
@mafiacodes Жыл бұрын
Glad it helped!
@mrman4636
@mrman4636 4 ай бұрын
this man has just saved me 3 months of madness
@HarshSingh-hk8fe
@HarshSingh-hk8fe 3 жыл бұрын
you're life saver thanks alot
@puriwatw.1323
@puriwatw.1323 2 жыл бұрын
You just saved my life!
@notto9551
@notto9551 3 жыл бұрын
very useful thanks
@umniahalhalaby2110
@umniahalhalaby2110 3 жыл бұрын
Thank you
@emreozbey9417
@emreozbey9417 Жыл бұрын
Thanks!! you saved my life :)
@mafiacodes
@mafiacodes Жыл бұрын
You're welcome!
@someshsahu4638
@someshsahu4638 2 жыл бұрын
Very nice video thankyou so much 🙏🏼
@mafiacodes
@mafiacodes 2 жыл бұрын
Subscribe like share
@xhera2812
@xhera2812 2 жыл бұрын
thnx bro its worked
@healthylifestyle2957
@healthylifestyle2957 2 жыл бұрын
Thanks 🙏
@luciuspemotto1211
@luciuspemotto1211 2 жыл бұрын
many thanks for the idea :D
@mafiacodes
@mafiacodes 2 жыл бұрын
Welcome 😊 Subscribe Like share
@clebdev
@clebdev 2 жыл бұрын
Tanks
@TaranMahal343
@TaranMahal343 4 жыл бұрын
very nice
@mafiacodes
@mafiacodes 4 жыл бұрын
Subscribe like share 😊
@TaranMahal343
@TaranMahal343 4 жыл бұрын
@@mafiacodes already subscribed. Your channel is few of the channels i subscribed after watching first video. I liked the way you presented and effectively mentioned little details as well.
@mafiacodes
@mafiacodes 4 жыл бұрын
Thanks 😊
@jonny6864
@jonny6864 4 жыл бұрын
Hi, Does the order of fields matter in indexing? for example, what will happen if you swap the position of completed and created (only in firebase) in fields indexed?
@mafiacodes
@mafiacodes 4 жыл бұрын
Order of fields inside document doesn’t matter
@jonny6864
@jonny6864 4 жыл бұрын
Because in my app I have two queries which have the same fields with different outputs. Do I need to make two of those? Thank you
@mafiacodes
@mafiacodes 4 жыл бұрын
Yes if u use the same field for different values, then though u can Store it in firebase but firebase will be screwed up as to in which values to order/index/sort
@free2idol1
@free2idol1 2 жыл бұрын
@@jonny6864 how can you have same fields with different outputs? I've tried it and the result is value of the later will overwrite the earlier.
@bibekkarki2251
@bibekkarki2251 4 жыл бұрын
I created the Index but when deploying gives message like "The following indexes are defined in your project but are not present in your firestore indexes file"
@mafiacodes
@mafiacodes 4 жыл бұрын
might be this helps you firebase.google.com/docs/firestore/query-data/index-overview#index_limitations
@daner8994
@daner8994 4 жыл бұрын
very useful thanks
@mafiacodes
@mafiacodes 4 жыл бұрын
Subscribe like share😊
Firebase Firestore | Security Rules
23:14
Mafia Codes
Рет қаралды 17 М.
You won't BELIEVE what I just did with TanStack's React Tables!
35:58
Они так быстро убрались!
01:00
Аришнев
Рет қаралды 2,2 МЛН
لااا! هذه البرتقالة مزعجة جدًا #قصير
00:15
One More Arabic
Рет қаралды 13 МЛН
Smart Sigma Kid #funny #sigma #memes
00:26
CRAZY GREAPA
Рет қаралды 2,7 МЛН
Why Is He Unhappy…?
00:26
Alan Chikin Chow
Рет қаралды 68 МЛН
Firestore Data Modeling - Five Cool Techniques
11:44
Fireship
Рет қаралды 254 М.
What Are APIs? - Simply Explained
6:49
Simply Explained
Рет қаралды 877 М.
Drag and drop Reorder in Recycler View | Android
7:05
Mafia Codes
Рет қаралды 32 М.
Firestore Query Subcollection
7:16
dbestech
Рет қаралды 10 М.
Indexing with Firestore
17:14
Raja Yogan
Рет қаралды 6 М.
Security Rules! 🔑 | Get to know Cloud Firestore #6
22:39
Firebase
Рет қаралды 269 М.
Fundamentals of Compose Layouts and Modifiers - MAD Skills
11:56
Android Developers
Рет қаралды 89 М.
100 Firebase Tips, Tricks, and Screw-ups
24:31
Fireship
Рет қаралды 186 М.
Они так быстро убрались!
01:00
Аришнев
Рет қаралды 2,2 МЛН