We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18b9456 commit 75c0346Copy full SHA for 75c0346
README.md
@@ -8,7 +8,7 @@ This provides a processor class which you can pass to your firestore onWrite cal
8
import {
9
FirestoreOnWriteProcessor,
10
FirestoreOnWriteProcess,
11
-} from "../firestore-onwrite-processor";
+} from "@invertase/firebase-extension-utilities";
12
13
// this can be async if needed
14
const processFn = ({ input }) => {
0 commit comments