You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add validation for function prefixes and source/prefix pairs
This change introduces two new validation rules for function configurations in `firebase.json`:
1. The `prefix` property, if specified, must only contain lowercase letters, numbers, and hyphens.
2. The combination of `source` and `prefix` must be unique across all function configurations.
These changes ensure that function deployments with prefixes are valid and that there are no conflicts when deploying multiple functions from the same source directory.
0 commit comments