I have a self-hosted server, and I'm trying to deploy, and I'm getting this error. + firebase appdistribution:distribute app/build/outputs/apk/qa/release/app-qa-release.apk --app $FIREBASE...
Hi there, I've found this question without answer. I have the same issue. I'm trying to integrate my Firebase project with Jira to create bugs from there. But when I add my API Token following t...
Hello everyone, when merged with development, the pipelines process starts. I have two steps in Pipelines flow. 1- Detekt 2- Firebase App Distribution. It completes the Detekt step successfully, b...
Helo i try create pipeline to testing ambient but I don't know how to define what branch that receive deploy? How can I define this?
After updating firebase-functions to 4.0.0 or 4.0.1, trying to deploy my functions with the firebase CLI is success. But with de pipeline, firebase-deploy version 2.0.0 it seems is not detecting m...
I'm deploying Flutter web apps from bitbucket pipeline with atlassian/firebase-deploy pipe. I'm getting broken images/icons when deploying from pipeline. But when I deploy from my Macbook u...
Hi, I would like to use Bitbucket to deploy React App to my Firebase project. With git the actions are set up for you but I have been round and round with Bitbucket and can't find the correct c...
We want to use firebase plugin for the bitbucket pipelines, but we are having trouble in identifying the permission required for this . Our objective is not to have excess permission for t...
Cannot deploy next js project to firebase, specified out folder in public directory of firebase.json, running next build && next export command, next export create out folder for prod f...
I'm getting a strange error when I get to the deploy step of firebase. The config (/bitbucket-pipeline.yaml) steps look like this... image: node:16 pipelines: branches: dev: - s...
we have linked firebase crashlytics with JIRA. The option to automatically create a bug when crashlytics receives an error is there (which we implemented in the last project). when trying to do so f...
I get this message even though I have a firebase.json file in my root directory? I have searched the web, including stackoverflow and still can't seem to find a solution. Please a...
Firebase tools version 10 has introduced a change: Function deploys now upload source to the deployed region instead of us-central1 We have a GCP Org Policy preventing the use of us-central1&n...
I would like to set up a pipeline to build and deploy a preview of PRs that can be used for testing against our dev project in Firebase. The integration seems to be a wrapper for the firebase d...
Hello. Please, upgrade firebase-tools to the newer version in the firebase-deploy pipe to support recent features. Currently, the old version results in an inability to set `minInstances` config v...
...un the Junit tests 4. Run Integration tests 5. Run Instrumentation tests or Espresso Tests on firebase test device 6. Push the apk to AppCenter 7. Generate Report I tried t...
The firebase CLI added support for specifying the runtime engine for functions through the firebase.json instead of the package.json: https://github.com/firebase/firebase-tools/pull/2241 It a...
...rtifact using gcloud command and I can’t see any related article or topic on this yet. This is the Firebase Test Lab documentation using gcloud CLI. https://firebase.google.com/docs/test-lab/a...
...itbucketpipelines/firebase-deploy:1.0.0 DEBUG: Starting new HTTPS connection (1): bitbucket.org DEBUG: https://bitbucket.org:443 "GET /bitbucketpipelines/official-pipes/raw/master/pipes.prod.json H...
Hi, atlassian/firebase-deploy:1.0.0 is failing due to a dependency on firebase-tools@9.4.0. It is included in the Dockerfile - https://bitbucket.org/atlassian/firebase-deploy/src/m...
After upgrading to atlassian/firebase-deploy:1.0.0 from 0.6.0, I am getting the following error: Error: Cannot understand what targets to deploy/serve. No targets in firebase.json match '--o...
My Setup I have A Project in Firebase With Multiple sites , I have different React Projects corresponding to different user type (like Teachers , Student , Admin) Objective I am t...
Error when deploy in firebase pypelines Status: Downloaded newer image for bitbucketpipelines/firebase-deploy:0.2.1 INFO: Executing the pipe... INFO: Starting deployment of the project to Firebase...
Hi, The recent versions of firebase-tools allow to use NodeJS 14 for functions. However, the current version does not support it. It would be great if it could be updated. Thanks!
I am trying to use firebasedeploy pipe for deployment and I am getting the following error: Status: Downloaded newer image for bitbucketpipelines/firebase-deploy:0.2.1 INFO: Executing the p...
Copied to clipboard