aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/API/FIRTimestamp+Internal.h
Commit message (Collapse)AuthorAge
* Make FSTTimestamp into a public Firestore class (#698)Gravatar Konstantin Varlamov2018-02-20
- FSTTimestamp is now FIRTimestamp, under Firestore/Source/{Public,API}. This is a temporary solution; eventually, FIRTimestamp is supposed to live somewhere under Firebase; - move most internal Timestamp methods to the public header (the only exception is ISOString).