firebase
firebase copied to clipboard
firebase["ServerValue"].TIMESTAMP how do we use this in a new library
firebase["ServerValue"].TIMESTAMP how do we use this in a new library
Hey @Maqsoodp, not sure if you still need this but you can use it as:
import { ServerValue } from "@nativescript/firebase-database";
const timestamp = ServerValue.timeStamp();