From 983ab89387d8c5314680d1520c3bece011ee6a64 Mon Sep 17 00:00:00 2001 From: Tyler Stark Date: Fri, 7 Oct 2022 14:31:20 -0500 Subject: [PATCH] fix: Remove @internal annotation from snapshot_ (#1728) This commit removes the @internal annotation from snapshot_, and fixes https://github.com/firebase/firebase-functions-test/issues/87. `snapshot_` is currently referenced [here](https://github.com/firebase/firebase-functions-test/blob/master/src/providers/firestore.ts#L99). [More context here]( https://github.com/firebase/firebase-functions-test/issues/87) --- dev/src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/dev/src/index.ts b/dev/src/index.ts index 3b7b72196..b2f15de68 100644 --- a/dev/src/index.ts +++ b/dev/src/index.ts @@ -922,7 +922,6 @@ export class Firestore implements firestore.Firestore { * 'Proto3 JSON' and 'Protobuf JS' encoded data. * * @private - * @internal * @param documentOrName The Firestore 'Document' proto or the resource name * of a missing document. * @param readTime A 'Timestamp' proto indicating the time this document was