Mark Duckworth 52ebbbf19d Sum and average (#11108) 2 years ago
..
FIRAggregateField+Internal.h 52ebbbf19d Sum and average (#11108) 2 years ago
FIRAggregateField.h 52ebbbf19d Sum and average (#11108) 2 years ago
FIRAggregateField.mm 52ebbbf19d Sum and average (#11108) 2 years ago
FIRAggregateQuery+Internal.h 52ebbbf19d Sum and average (#11108) 2 years ago
FIRAggregateQuery.mm 52ebbbf19d Sum and average (#11108) 2 years ago
FIRAggregateQuerySnapshot+Internal.h 52ebbbf19d Sum and average (#11108) 2 years ago
FIRAggregateQuerySnapshot.mm 52ebbbf19d Sum and average (#11108) 2 years ago
FIRCollectionReference+Internal.h 7a58eba2e5 Remove `firebase/firestore` from paths in Firestore/core (#5374) 6 years ago
FIRCollectionReference.mm f243335a25 Don't define a `util` namespace alias in the global namespace. (#8527) 4 years ago
FIRDocumentChange+Internal.h 7a58eba2e5 Remove `firebase/firestore` from paths in Firestore/core (#5374) 6 years ago
FIRDocumentChange.mm 7a58eba2e5 Remove `firebase/firestore` from paths in Firestore/core (#5374) 6 years ago
FIRDocumentReference+Internal.h 7a58eba2e5 Remove `firebase/firestore` from paths in Firestore/core (#5374) 6 years ago
FIRDocumentReference.mm 10295bad6b Fix double free bug inside IN Filter (#10535) 3 years ago
FIRDocumentSnapshot+Internal.h e8f419baf2 Migrate FieldValue to Protobuf (#8124) 4 years ago
FIRDocumentSnapshot.mm 10295bad6b Fix double free bug inside IN Filter (#10535) 3 years ago
FIRFieldPath+Internal.h 7a58eba2e5 Remove `firebase/firestore` from paths in Firestore/core (#5374) 6 years ago
FIRFieldPath.mm f243335a25 Don't define a `util` namespace alias in the global namespace. (#8527) 4 years ago
FIRFieldValue+Internal.h 657f53a9b8 Adding FieldValue.increment() (#2075) 7 years ago
FIRFieldValue.mm de7eb4f2e0 Migrate FSTServerTimestampValue to FSTDelegateValue (#3174) 6 years ago
FIRFilter+Internal.h c0e6ac1cf2 Add Public API for Or Query (#10352) 3 years ago
FIRFilter.mm c0e6ac1cf2 Add Public API for Or Query (#10352) 3 years ago
FIRFirestore+Internal.h 68628ef4e3 Implement MultiDB Support and Tests (#10465) 3 years ago
FIRFirestore.mm 3b8e5553b5 [Firestore] Programmatically link un-linked symbols (#10896) 3 years ago
FIRFirestoreSettings+Internal.h 90d3600c56 Implement unified emulator settings API proposal (#5916) 5 years ago
FIRFirestoreSettings.mm 7c8becdbba New Cache Config API (#11057) 3 years ago
FIRFirestoreSource+Internal.h d9b7a33f0c Use forward declarations instead of IWYU (#4868) 6 years ago
FIRFirestoreSource.mm 7a58eba2e5 Remove `firebase/firestore` from paths in Firestore/core (#5374) 6 years ago
FIRFirestoreVersion.h 943141e0cd Use registerLibrary for pods in Firebase workspace (#2137) 7 years ago
FIRFirestoreVersion.mm 943141e0cd Use registerLibrary for pods in Firebase workspace (#2137) 7 years ago
FIRGeoPoint+Internal.h df06ad9a5c Clean up GeoPoint port to C++ (#3153) 6 years ago
FIRGeoPoint.mm 10295bad6b Fix double free bug inside IN Filter (#10535) 3 years ago
FIRListenerRegistration+Internal.h 7a58eba2e5 Remove `firebase/firestore` from paths in Firestore/core (#5374) 6 years ago
FIRListenerRegistration.mm f7028988b1 Split ListenerRegistration into QueryListenerRegistration (#3832) 6 years ago
FIRLoadBundleTask+Internal.h fbdca9590a Release Firestore bundles (#7717) 5 years ago
FIRLoadBundleTask.mm 1b5640e380 Fix three build warnings (#8763) 4 years ago
FIRLocalCacheSettings+Internal.h 7c8becdbba New Cache Config API (#11057) 3 years ago
FIRLocalCacheSettings.mm 15a38d32c8 Lru Memory GC (#10905) 3 years ago
FIRQuery+Internal.h 52ebbbf19d Sum and average (#11108) 2 years ago
FIRQuery.mm 52ebbbf19d Sum and average (#11108) 2 years ago
FIRQuerySnapshot+Internal.h 7a58eba2e5 Remove `firebase/firestore` from paths in Firestore/core (#5374) 6 years ago
FIRQuerySnapshot.mm acc2d15b29 Fix warnings generated by Clang-Tidy (#8181) 4 years ago
FIRSnapshotMetadata+Internal.h 7a58eba2e5 Remove `firebase/firestore` from paths in Firestore/core (#5374) 6 years ago
FIRSnapshotMetadata.mm 7a58eba2e5 Remove `firebase/firestore` from paths in Firestore/core (#5374) 6 years ago
FIRTimestamp+Internal.h 14ea068f5f Make FSTTimestamp into a public Firestore class (#698) 8 years ago
FIRTimestamp.m 74f4ceb4c9 Fix unused variable warnings (#5389) 6 years ago
FIRTransaction+Internal.h 7a58eba2e5 Remove `firebase/firestore` from paths in Firestore/core (#5374) 6 years ago
FIRTransaction.mm e8f419baf2 Migrate FieldValue to Protobuf (#8124) 4 years ago
FIRTransactionOptions+Internal.h 585b4c83db Firestore TransactionOptions added, to specify maxAttempts (#9838) 3 years ago
FIRTransactionOptions.mm 585b4c83db Firestore TransactionOptions added, to specify maxAttempts (#9838) 3 years ago
FIRWriteBatch+Internal.h e8f419baf2 Migrate FieldValue to Protobuf (#8124) 4 years ago
FIRWriteBatch.mm f243335a25 Don't define a `util` namespace alias in the global namespace. (#8527) 4 years ago
FSTFirestoreComponent.h 902d9fe4c5 Port public shutdown (#3467) 6 years ago
FSTFirestoreComponent.mm 3b8e5553b5 [Firestore] Programmatically link un-linked symbols (#10896) 3 years ago
FSTUserDataReader.h e8f419baf2 Migrate FieldValue to Protobuf (#8124) 4 years ago
FSTUserDataReader.mm 10295bad6b Fix double free bug inside IN Filter (#10535) 3 years ago
FSTUserDataWriter.h 867697b8f3 [Infra] Upgrade to clang-format16 (#10973) 3 years ago
FSTUserDataWriter.mm 10295bad6b Fix double free bug inside IN Filter (#10535) 3 years ago
converters.h e8f419baf2 Migrate FieldValue to Protobuf (#8124) 4 years ago
converters.mm e8f419baf2 Migrate FieldValue to Protobuf (#8124) 4 years ago