UNPKG

fireodm

Version:

A basic and extensible ODM for the Firestore Admin SDK in Node.js with decorators, relationships, and validation.

7 lines 287 B
import { AsyncLocalStorage } from 'async_hooks'; /** * AsyncLocalStorage instance to hold the active Firestore Transaction or WriteBatch * for the current asynchronous execution context. */ export const transactionContext = new AsyncLocalStorage(); //# sourceMappingURL=context.js.map