how to get firebase.database.ServerValue.TIMESTAMP on update operation

☆樱花仙子☆ 提交于 2019-12-24 06:49:28

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!