SCALEUP & DON'T SCREWUP - FLUTTERFLOW X FIREBASE - OVERCOME THE IN QUERY LIMITATION

preview_player
Показать описание
Hello all,

In This video, we actually showcase a simple method of bundling data, that can help you achieve lower read calls, server superior experience to your customers and at the same time overcome the IN query limitations that many of your face.

@flutterdev @FlutterFlow @Firebase
Рекомендации по теме
Комментарии
Автор

Hello Dahobi, many thanks for your work ! Can you give More informations about the scaffold on the homepage ?

ledouble
Автор

hi, I faced the same problem what I did is, I quereyed the whole list of documents at page level, next I generated the dynamic children on listview and filtered the data there with list items and applied the opposite statement and finally called the document from reference on card level, it works for me. earlier this approach was working on the swipeable stack but after the recent flutterflow update the project was not compiling, I again iterated and changed the swipeable stack to a list view it's working fine.

abhishekbosechef
Автор

Nice but show us how the user's are created after sign in because i try to create new user's on this method but not creating and not add new users just the random created test user's if you can pls make a short video if it's possible

malawaxofficial