Skip to content

Commit 5930446

Browse files
committed
fix: Remove @internal annotation from snapshot_
This commit removes the @internal annotation from snapshot_, and fixes firebase/firebase-functions-test#87. `snapshot_` is currently referenced [here](https://github.com/firebase/firebase-functions-test/blob/master/src/providers/firestore.ts#L99). [More context here]( firebase/firebase-functions-test#87) I'm happy to work through better alternatives too.
1 parent 6393fe7 commit 5930446

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dev/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,6 @@ export class Firestore implements firestore.Firestore {
896896
* 'Proto3 JSON' and 'Protobuf JS' encoded data.
897897
*
898898
* @private
899-
* @internal
900899
* @param documentOrName The Firestore 'Document' proto or the resource name
901900
* of a missing document.
902901
* @param readTime A 'Timestamp' proto indicating the time this document was

0 commit comments

Comments
 (0)