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