MCPcopy Create free account
hub / github.com/angular/dev-infra / blockedUsersCollection

Function blockedUsersCollection

apps/functions/code-of-conduct/shared.ts:40–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38
39/** Get the firestore collection for the blocked users, with the converter already set up. */
40export const blockedUsersCollection = () =>
41 admin.firestore().collection('blockedUsers').withConverter(converter);
42
43/** A blocked user stored in Firestore. */
44export interface BlockedUser extends admin.firestore.DocumentData {

Callers 4

unblockUser.tsFile · 0.85
getBlockedUsers.tsFile · 0.85
blockUser.tsFile · 0.85
updateUser.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected