Firebase – How to load 'n' (latest) items in Recycler view every time scrolling down .So it doesn't download whole database to load all on/ offscreen items
Hey there I only want to load the first 2 items from the Firebase Realtime database to my recycler view but the problem is it returns only 2 images and I want to load the first 2 images out of…