Commits


Konstantin Varlamov authored and GitHub committed 01ed7b20aec
Firestore C++: in AsyncQueue, use steady_clock instead of system_clock. (#1246) This should prevent weird bugs due to system time readjustments. Because operations are scheduled relative to now, the fact that the resulting timepoint isn't in Unix epoch shouldn't matter.