Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Firestore project: Import of API interfaces.
Import of firebase-ios-sdk from Github. - f7d9f29 Fix lint warnings (firebase#840) by Gil <[email protected]> - b5c60ad Refactor [En|De]codeVarint to be symetric wrt tags (firebase#837) by rsgowman <[email protected]> - ddc12c0 Merge pull request firebase#694 from morganchen12/auth-docs by Morgan Chen <[email protected]> - 442d46f Avoid warnings about failing to override a designated ini... by Gil <[email protected]> - 4dc63f8 Fix Firestore tests for M22 (firebase#834) by Gil <[email protected]> - 935f3ca Avoid wrapping and rewrapping NSStrings when constructin... by Gil <[email protected]> - 6ce954a Serialize (and deserialize) int64 values (firebase#818) (firebase#829) by rsgowman <[email protected]> - 41dcd4b Fix trivial mem leak in the test suite (firebase#828) by rsgowman <[email protected]> - 50f9df9 Accept FIRTimestamp where NSDate is currently accepted as... by Konstantin Varlamov <[email protected]> - 67b068e Fix implicit retain self warnings (firebase#808) by rsgowman <[email protected]> - 14ea068 Make FSTTimestamp into a public Firestore class (firebase#698) by Konstantin Varlamov <[email protected]> - de00de2 [En|De]codeUnsignedVarint -> [En|De]codeVarint (firebase#817) by rsgowman <[email protected]> - 9bf73ab Fix two stream close issues (b/73167987, b/73382103). (firebase#8... by Michael Lehenbauer <[email protected]> - 7a4a2ea replacing FSTGetTokenResult by C++ Token implementation (... by zxu <[email protected]> - a9f3f35 Delete stale Firestore instances after FIRApp is deleted.... by Ryan Wilson <[email protected]> - aa6f1ae Disable -Wrange-loop-analysis for abseil (firebase#807) by rsgowman <[email protected]> - ef55eef Require official 1.4.0 for min CocoaPods version (firebase#806) by Paul Beusterien <[email protected]> - 7cddb97 Serialize (and deserialize) bool values (firebase#791) by rsgowman <[email protected]> - 7a97f6c Enable -Wcomma for our build; disable it for abseil. (firebase#799) by rsgowman <[email protected]> - 81ee594 DispatchQueue delayed callback improvements + testing (firebase#7... by Michael Lehenbauer <[email protected]> - fd9fd27 replacing Auth/FSTUser by C++ auth implementation (firebase#804) by zxu <[email protected]> - 6889850 Merge pull request firebase#801 from firebase/release-4.9.0 by Paul Beusterien <[email protected]> - e4be254 Fixed capitalization of init in test function. (firebase#797) by Ryan Wilson <[email protected]> - 933be73 Improve documentation on auto-init property in FCM. (firebase#792) by Chen Liang <[email protected]> - 0f3c24b Actually ignore events on inactive streams, rather than j... by Greg Soltis <[email protected]> - fe19fca Serialize and deserialize null (firebase#783) by rsgowman <[email protected]> - 95d0411 fix flaky test (firebase#788) by zxu <[email protected]> - b6613bd Cleaning up implicit retain for the RTDB and Storage by Sebastian Schmidt <[email protected]> - 5f5f808 Keep track of number of queries in the query cache (firebase#776) by Greg Soltis <[email protected]> - c7c51a7 Fix double parsing on 32 bit devices. (firebase#787) by Ryan Wilson <[email protected]> - 9504582 Port Firestore Document to C++ (firebase#777) by zxu <[email protected]> - adf9fb3 Update FieldValue of type Reference (firebase#775) by zxu <[email protected]> - 4afcfb1 Move to explicit nil check. (firebase#782) by Ryan Wilson <[email protected]> - fd83e07 Strawman C++ API (firebase#763) by rsgowman <[email protected]> - 8003348 C++ port: add C++ equivalent of FSTDocumentKey. (firebase#762) by Konstantin Varlamov <[email protected]> - 612d99c Fix Core CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF warnings (#... by Paul Beusterien <[email protected]> - bf45a15 port Firestore SnapshotVersion in C++ (firebase#767) by zxu <[email protected]> - d70c23e port Firestore Auth module in C++ (firebase#733) by zxu <[email protected]> - 633eb7b Let Travis run for `CMake` test and `lint.sh` (firebase#769) by zxu <[email protected]> - 274fe52 cmake build fixes (firebase#770) by rsgowman <[email protected]> PiperOrigin-RevId: 187049498
- Loading branch information