Skip to content

Repeatative Data in list #1

@swapnil-mobisoft

Description

@swapnil-mobisoft

DatabaseReference ref2 = ref1.child("Faces");
ref2.limitToFirst(TOTAL_ITEM_EACH_LOAD)
.startAt(currentPage * TOTAL_ITEM_EACH_LOAD)
.orderByChild("uniqKey")

loadMoreData() method calling every time i scroll down.
my data size is only 20 then also its showing 20+ repeatative data

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions