experimental-extensions icon indicating copy to clipboard operation
experimental-extensions copied to clipboard

feat: new experimental ext BigQuery DLP

Open pr-Mais opened this issue 2 years ago • 0 comments

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], like storage-resize-images
  • [x] The following match the extension's id:
    • [x] The folder that contains the extension (my-new-extension/)
    • [x] The name field of my-new-extension/functions/package.json
    • [x] The name field of my-new-extension/extension.yaml
    • [x] A new entry in the packages array of the lerna.json file in the repository's root
  • [x] I've added a generate-readme script to my-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

pr-Mais avatar Dec 08 '22 13:12 pr-Mais