mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
add auth and storage to webhook parser
This commit is contained in:
@@ -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>;`,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user