Benedikt Hirmer
Benedikt Hirmer
The underlying broadcast API allows selecting a child media when a carousel post is shared. This PR exposes that API
**Actual behavior** Kaniko executor cannot find dockerfile when running `gcloud builds submit` locally. The build works fine in Google Cloud Build. Error thrown: ``` Step #0 - "Build": Error: error...
I've been trying to use better-firebase-functions following the instructions from [medium](https://medium.com/@george43g/organise-firebase-functions-part-1-optimize-cold-start-time-cd36f76d2133) as well as here. The issue I'm experiencing is that the ts modules are not exported as unique functions...
The proposed changes allow `FlexiblePageControl` to be customizable via `UIAppearance`, for instance: ```` let config = FlexiblePageControl.Config( displayCount: 5, dotSize: 6, dotSpace: 4, smallDotSizeRatio: 0.5, mediumDotSizeRatio: 0.7 ) FlexiblePageControl.appearance().pageIndicatorTintColor =...
Firebase-functions v4 breaks better-firebase-functions: No functions are detected during deployment
After updating to `firebase-functions 4.0.1` and trying to deploy the functions, firebase doesn't find any cloud functions anymore. It shows the following error: ``` The following functions are found in...
### Describe your configuration - Extension name: `storage-resize-images` - Extension version: 0.1.32 - Configuration values (redact info where appropriate): - Cloud Functions location: europe-west1 - Cloud Storage bucket for images:...
Various Firebase functions started reporting the crash: Maximum call stack size exceeded. The issue started occurring after we deployed Firebase cloud functions to the production environment on March 9 2024...
## 🐛 Bug Report When `t('')` is used anywhere in code, other translations cannot be found/referenced by `i18next-parser`. ## To Reproduce ```ts return ( {t('TITLE')} {t('')} Press to go back....