When my application starts, I check the current user\'s details in my Firebase database (I\'m storing it\'s uid for that).
I\'m attaching addListenerForSingleValueEv
The recommendation I've seen for this is to call keepSynced(true) on the Query object.
keepSynced(true)
Query