Skip to content

Commit

Permalink
Remove @internal annotation from snapshot_
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)

I'm happy to work through better alternatives too.
  • Loading branch information
TheIronDev committed May 18, 2022
1 parent 0cc549c commit c3ade40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev/src/index.ts
Expand Up @@ -848,7 +848,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 c3ade40

Please sign in to comment.