Skyfury2651

Results 3 issues of Skyfury2651

![image](https://github.com/Tresjs/playground/assets/54197171/a0af8011-93a9-4edd-9e7a-d8e33fddeb31) 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...

type: bug
api: http
reproducible: yes
triaged

### 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...