Represents a value that is the result of an operation
made by the Firebase server. For example serverTimestamp
can't be known in the client, as it evaluates in the server.
when applicable, the value will be used.
for example when using increment
the value will be the number to increment by.
Generated using TypeDoc
Represents a value that is the result of an operation made by the Firebase server. For example
serverTimestamp
can't be known in the client, as it evaluates in the server.