joshwash
Results
2
comments of
joshwash
The type definitions mentioned by @galki contain the required readonly properties 'seconds' and 'nanoseconds'. The actual runtime implementation contains the properties '_seconds' and '_nanoseconds' I had to proxy the type...
Some additional information I ran into while validating an object as a timestamp instance: FirebaseFirestore.Timestamp class defines required readonly 'seconds' and 'nanoseconds' properties while the Actual timestamp object contains the...