Skip to content

Commit 566a62d

Browse files
Clean up source location (#4183)
1 parent a49c51c commit 566a62d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+598
-13034
lines changed

common/api-review/firestore-exp.api.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import { _FirebaseService } from '@firebase/app-types-exp';
1111
import { LogLevelString as LogLevel } from '@firebase/logger';
1212
import { Provider } from '@firebase/component';
1313
import { SetOptions as SetOptions_2 } from '@firebase/firestore-types';
14-
import { SnapshotMetadata as SnapshotMetadata_2 } from '@firebase/firestore-types';
1514

1615
// @public
1716
export function addDoc<T>(reference: CollectionReference<T>, data: T): Promise<DocumentReference<T>>;
@@ -440,11 +439,11 @@ export interface SnapshotListenOptions {
440439
}
441440

442441
// @public
443-
export class SnapshotMetadata implements SnapshotMetadata_2 {
442+
export class SnapshotMetadata {
444443
constructor(hasPendingWrites: boolean, fromCache: boolean);
445444
readonly fromCache: boolean;
446445
readonly hasPendingWrites: boolean;
447-
isEqual(other: SnapshotMetadata_2): boolean;
446+
isEqual(other: SnapshotMetadata): boolean;
448447
}
449448

450449
// @public

common/api-review/firestore-lite.api.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,10 @@ export abstract class FieldValue {
168168
abstract _toFieldTransform(context: ParseContext): FieldTransform | null;
169169
}
170170

171+
// Warning: (ae-forgotten-export) The symbol "FirestoreService" needs to be exported by the entry point index.d.ts
172+
//
171173
// @public
172-
export class FirebaseFirestore implements _FirebaseService {
174+
export class FirebaseFirestore implements FirestoreService {
173175
constructor(databaseIdOrApp: DatabaseId | FirebaseApp, authProvider: Provider<FirebaseAuthInternalName>);
174176
get app(): FirebaseApp;
175177
// Warning: (ae-forgotten-export) The symbol "CredentialsProvider" needs to be exported by the entry point index.d.ts

packages/firestore/.idea/runConfigurations/firestore_exp_Tests__Emulator__.xml

-19
This file was deleted.

packages/firestore/.idea/runConfigurations/firestore_exp_Tests__Emulator_w__Mock_Persistence_.xml

-20
This file was deleted.

packages/firestore/.idea/runConfigurations/firestore_lite_Tests__Emulator_.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)