To whom this may concern
II have a firebasse with tags containing 9 values. I hope to get millions of tags and i would like to have the data i a variabel and just use list finders to use the data in the app. What is the fastest way to use the data?
- I download all data on screen initialize and store it in a variabel. I access the data through teh use of list sorters (ect. is in list, index in list) to acces the data.
- I Access the firebase each time i need the data and sort it coming down (ect in db got value make a sorting of the data on each tag)?