bane73 / firebase4j

Source for the Java interface to the Firebase API

Home Page:http://www.firebase.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

query should be cleared instead of nulled in processResponse

attemptoHeinz opened this issue · comments

after successfully executing a request the query of the Firebase Object is nulled so that all addQuery calls after the first execution run into an NPE instead query.clear() should be used.

Hi @attemptoHeinz ! Appreciate the heads-up. If you would like to create a pull-request, I would be more than happy to sanity-review and merge.