Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit 983ab89

Browse files
authored
fix: Remove @internal annotation from snapshot_ (#1728)
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)
1 parent bcaecb4 commit 983ab89

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dev/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,6 @@ export class Firestore implements firestore.Firestore {
922922
* 'Proto3 JSON' and 'Protobuf JS' encoded data.
923923
*
924924
* @private
925-
* @internal
926925
* @param documentOrName The Firestore 'Document' proto or the resource name
927926
* of a missing document.
928927
* @param readTime A 'Timestamp' proto indicating the time this document was

0 commit comments

Comments
 (0)