Skip to content

Commit

Permalink
fix: Remove @internal annotation from snapshot_ (#1728)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
TheIronDev committed Oct 7, 2022
1 parent bcaecb4 commit 983ab89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev/src/index.ts
Expand Up @@ -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
Expand Down

0 comments on commit 983ab89

Please sign in to comment.