Skip to content

Commit 61cda6a

Browse files
committed
Update API reports
1 parent 8d9f4a2 commit 61cda6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

common/api-review/firestore.api.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,9 @@ export class QueryStartAtConstraint extends QueryConstraint {
584584
// @public
585585
export function refEqual<AppModelType, DbModelType extends DocumentData>(left: DocumentReference<AppModelType, DbModelType> | CollectionReference<AppModelType, DbModelType>, right: DocumentReference<AppModelType, DbModelType> | CollectionReference<AppModelType, DbModelType>): boolean;
586586

587+
// @public
588+
export function runPersistentCacheIndexPerformanceExperiment(log: (...args: unknown[]) => unknown): Promise<void>;
589+
587590
// @public
588591
export function runTransaction<T>(firestore: Firestore, updateFunction: (transaction: Transaction) => Promise<T>, options?: TransactionOptions): Promise<T>;
589592

0 commit comments

Comments
 (0)