Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase Web SDK 3.x ServerValue timestamp?

I am trying to figure out the alternative to Firebase.ServerValue.TIMESTAMP from SDK v 2.x in SDK v3.x

Does anyone know what's the new way to get firebase server timestamp in the Web SDK?

like image 273
praneybehl Avatar asked May 25 '16 02:05

praneybehl


1 Answers

It is now firebase.database.ServerValue.TIMESTAMP

like image 125
Cengkuru Michael Avatar answered Oct 25 '22 18:10

Cengkuru Michael