Commits


rsgowman authored and GitHub committed 0f32878009b
Forbid queries endAt an uncommitted server timestamp. (#2382) Without this, it still fails, but: a) not until serializing the query, and b) the error is an internal error, and c) the error message is quite cryptic and has nothing to do with the problem. Port of https://github.com/firebase/firebase-android-sdk/pull/138