Open Maqsoodp opened 8 months ago
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();
firebase["ServerValue"].TIMESTAMP how do we use this in a new library