问题
is it possible to get firebase.database.ServerValue.TIMESTAMP value after I did update operation?
my code looks like
return firebase.database().ref('pathurl...').update(newData);
and my newData have inside attribute that have firebase.database.ServerValue.TIMESTAMP is it possible to get the TIMESTAMP value that I push?
来源:https://stackoverflow.com/questions/43033453/how-to-get-firebase-database-servervalue-timestamp-on-update-operation