Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config for Extensions Manifest Directory #7840

Open
aliechti opened this issue Oct 16, 2024 · 0 comments
Open

Config for Extensions Manifest Directory #7840

aliechti opened this issue Oct 16, 2024 · 0 comments

Comments

@aliechti
Copy link

The directory for Firebase extensions manifest is currently hardcoded as "extensions". This restricts flexibility for users who want to organize their project structure differently, especially in monorepos or more complex setups where Firebase configs are grouped in specific directories.

In many cases, it would be beneficial to have the ability to specify the directory for Firebase extensions in the firebase.json configuration file, just like how we can specify paths for Firestore rules, indexes, storage rules, and other Firebase-related configurations.

Code Reference

export const ENV_DIRECTORY = "extensions";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants