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