Can Firebase server updates be listened to in the DOM through AngularFire?
I am looking for a way to automatically retrieve any updates from the server and use them to update an array's values. The issue I am facing is related to using Firebase.ServerValues.TIMESTAMP
, which is determined by the server.
Also, what prevents me from using new Date()
to generate a timestamp on the client side?