deploy specific extension
Allow deployment from CLI of specific extensions, to avoid uploading and updating all extensions unnecessarily.
i.e. firebase deploy --only extensions:<name of extension>
Just like we can with functions.
2
votes
Chris Jacobs
shared this idea
-
Ruslan Simonenko commented
Extensions are quite slow to deploy, and rate limits are quite agressive. Therefore this would be an awesome addition to the tooling.