Code Review
This pull request introduces a new skill for migrating Firebase Functions configuration data from the deprecated functions.config() to modern params and environment files. It also updates the firebase-functions-params-refactor skill to correctly reference this new migration tool. Feedback was provided to correct the handling of local environment files, noting that .env.local should contain both secret and non-secret local values and must be added to .gitignore to prevent accidental commits.
Originally posted by @gemini-code-assist[bot] in #67 (review)
Code Review
This pull request introduces a new skill for migrating Firebase Functions configuration data from the deprecated functions.config() to modern params and environment files. It also updates the firebase-functions-params-refactor skill to correctly reference this new migration tool. Feedback was provided to correct the handling of local environment files, noting that .env.local should contain both secret and non-secret local values and must be added to .gitignore to prevent accidental commits.
Originally posted by @gemini-code-assist[bot] in #67 (review)