functions-differ
functions-differ copied to clipboard
Tool to find Firebase Functions that changed for selective redeployments
I've been using functions-differ successfully for a few weeks. Yesterday I updated some other packages to their latest versions. One of the packages ([firebase-admin](https://github.com/firebase/firebase-admin-node/blob/7463d1cff603ebe3b918e64c0b05328ca5888b05/package.json#L203)) has started using [farmhash](https://www.npmjs.com/package/farmhash) as a...
# Description This pull request adds a feature to automatically detect nested grouped functions organized in folders. Aligning with the grouping functions pattern as recommended in the Google Firebase Functions...
I'm trying to get the project to work with firebase groups, where my index file exports like this: ``` export * from '@app/verification'; export * from '@app/xero'; export * from...
Hi, I've trying to make functions-differ works on my gitlab ci and it feels that it is not working. When i run functions-differ it seems that it is running forever....
## Problem In a CI workflow, all changes made to files are ephemeral. They last only as long as the workflow itself. `functions-differ` does not work well in a CI...
When working with different firebase projects it would be great to I can see two way of doing this: - Provide a new optional parameter to set a projectId and...
## Problem `functions-differ` writes new hashes to the `.differspec.json` file even if the detected changes were not deployed to Firebase. This means that if you run `functions-differ` again after a...