Firebase And Kodular Dynamic Schema Sheet & Recycling View

I creating app for news and I am using firebase relatime Data based and Kodular Dynamic Components Schemasheet So when i fetch the data from firebase and creating new list it keeps crashing for this i also tried recyclerview for speed but still the same issue

My Firebase List Looks Like
News/
Post Id/
Image
Link
And soo on I want the solutions

Share us properly your blocks, fb structure in proper quality images

i have uploaded all the screenshots and images when i have more data in firebase it is fetching only 10 data after that if i add more data in firebase app is crashing

It is due to you are calling all details in less than milli. You change the method of calling data from fitebase. Do not use this method

Call the firebase value with tag name News

You will get everything as in dictionary mode and you can get it all data using for each item in the list, this method wont hurt your app and wont crash it

This method will save calling of fb data multiple times

can you please help me with doing that i am a beginner actually if you can share me te correct blocks i am thankful to that

Set firebase bucket to News
Firebase tag to empty.

Init global data to create a empty dictionary

When fb got value,
set global data to get value

For each items in the list data
Create dynamic componet
Schema to make a list 1. Get ket value key {Image} dictionary {get item}
2. Get key value {Likes} dictionary {get item}
3. Continue same
4. Continue same
5. Continue same
6. Continue same

If error occurs

When fb git value
Set global data to get web1 parse jsontext to get value

actually i was not fetching data using web component i was directly using blocks is it requried to use web component for fast or the same blocks ?

i was thinking to restructer database to this


so that it takes post data at single request at a time to reduce more calls how can i modify my code for this

Did you try the above said method, dictionary method?

Also your new method too will be good.

Always try to use minimum call from fb and use wisely the block

i am uploading the aia file please help me if you can do it i was little confused and also i dont use web component to fetch the data i want to fetch new data which is like this

please look at the aia and if possible fix the crashing issue and i want to update the new version of data like single post multiple ways and split in app
testListViewImagegcopy.aia (143.8 KB)

Ok i will modify it soon

thanks in advance i am waiting for the new fixed version

Is there any update @Still-learning

how ever i try still i am getting same error. may be recycler need to update. Have you tried with dynamic component extension?

yes i tried that too if possible can you try web firebase restapi like after the firebase link .json

instead of makeroid try with vertical

this will give you each tag as a list of 7 items, from this make dynamic components

can you please sharethe fixed aia please
i hope the data is fetched now without crashing

Nope not possible, because Makeroid cardview error i cannot fix it. morever i am not working in kodular, its companion already dead, complained already but no use. No proper reply from the staff

i test with just labels and va, found working