I have abit of a problem with fetching from databa...
# help
c
I have abit of a problem with fetching from database. I had a limit set to 20 entries, and it worked as it should while I had less than 21 entries in my database. As soon as I entered 21st entry, and the app refreshed, it still showed the first 20 entries... Then I increased limit to 30 and it worked great until again I reached 31st entry, then only the first 30 would be shown. I checked database and it showed 31st entry normally just like all the others
s
I'm not sure what you are saying the issue is, how does the app refresh when there are 21 entries? is this manually or are you using Realtime?
Also can you provide code example of what you are doing please?
c
This is my code. I just figured it... changed ascending to false