experimental-extensions
experimental-extensions copied to clipboard
feat: new experimental ext BigQuery DLP
Welcome to the Experimental Extensions repo! If this PR adds a new extension, thank you, and please make sure you follow the steps below! Otherwise, you can disregard this message.
- [x] The new extension's id roughly follows the pattern
[firebase-product]-[action]-[noun]
, likestorage-resize-images
- [x] The following match the extension's id:
- [x] The folder that contains the extension (
my-new-extension/
) - [x] The
name
field ofmy-new-extension/functions/package.json
- [x] The
name
field ofmy-new-extension/extension.yaml
- [x] A new entry in the
packages
array of thelerna.json
file in the repository's root
- [x] The folder that contains the extension (
- [x] I've added a
generate-readme
script tomy-new-extension/functions/package.json
that matches the other extensions in the repository - [x] I've run the following npm commands at the root of the repository:
- [x]
npm install
- [x]
npm run generate-readmes
- [x]
npm run format
- [x]