add auth and storage to webhook parser

This commit is contained in:
shamsmosowi
2023-01-16 21:00:48 +01:00
parent 507304d990
commit d55846e117

View File

@@ -36,6 +36,8 @@ export const parserExtraLibs = [
sendStatus: (status:number)=>void
};
logging: RowyLogging;
auth:firebaseauth.BaseAuth;
storage:firebasestorage.Storage;
}
) => Promise<any>;`,
];
@@ -51,6 +53,8 @@ export const conditionExtraLibs = [
sendStatus: (status:number)=>void
};
logging: RowyLogging;
auth:firebaseauth.BaseAuth;
storage:firebasestorage.Storage;
}
) => Promise<any>;`,
];