This is more of a general question. But I've been playing around with the plugin, and the LastData property seems a little limited when dealing with many real time references. If i have two listeners at different places looking for different data, and the second one fires before the callack from the first executes, it then uses the second reference's data.
I don't know if it's possible, but unless I'm not implementing it properly, it seems like you would need to assign a unique name to each LastData property, so that the firebase snapshot values won't be overwritten by other listeners. Is this correct, or am I not using the plugin correctly?
Thanks