I am using Firestore as a database and now i want to store server timestamp when user register.
from the Firestore doc
Map up
If you only want a timestamp and not an accurate time event then you can use
System.currentTimeMillis();