I'm attempting to deploy a V2 cloud function for firestore using the
- step: &deploy-to-dev
name: Deploy to development Environment
script:
- pipe: atlassian/firebase-deploy:3.1.1
variables:
FIREBASE_TOKEN: $FIREBASE_TOKEN
PROJECT_ID: $DEV_FIREBASE_PROJECT
NODE_JS_VERSION: '16'
EXTRA_ARGS: '--only functions:updatelinehaulmanifestfromshipmentupdate'
DEBUG: 'true'
@Kyle Godfrey Hi. Thanks for your question.
Firebase-deploy pipe updated to use firebase-tools@12.*
Check if this solve your issue.
Regards, Igor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.