Skyfury2651
Skyfury2651
 Currently , my only solution is change import import { TresCanvas as TC, TresCanvasProps } from '@tresjs/core'; To import { TresCanvas as TC } from '@tresjs/core'; import { TresCanvasProps...
### Related issues ### [REQUIRED] Version info **node:** v20.11.0 **firebase-functions:** v4.9.0 **firebase-tools:** 13.25.0 **firebase-admin:** ^12.0.0 ### [REQUIRED] Test case ``` import basicAuth from 'basic-auth-connect'; const cookieParser = require('cookie-parser'); const server...
### Description Add support for the `attemptDeadline` option in Cloud Scheduler when using Firebase Functions. Previously, the `attemptDeadline` value had to be configured manually in the Google Cloud Console after...