Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

firebase["ServerValue"].TIMESTAMP how do we use this in a new library #245

Open
Maqsoodp opened this issue Mar 9, 2024 · 1 comment
Open

Comments

@Maqsoodp
Copy link

Maqsoodp commented Mar 9, 2024

firebase["ServerValue"].TIMESTAMP how do we use this in a new library

@guillemc23
Copy link
Contributor

guillemc23 commented May 9, 2024

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();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants