mk-5 / gdx-fireapp

libGDX Firebase API
Apache License 2.0
63 stars 21 forks source link

ISSUE-18 support of child event listener #19

Closed mk-5 closed 5 years ago

mk-5 commented 5 years ago

Add the new onChildChange method to the database API.
Example of usage:

GdxFIRDatabase.inst().inReference("/employees")
.onChildChange(List.class, ChildEventType.ADDED)