Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firebase App Distribution with Fastlane #1293

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

epicfaace
Copy link
Contributor

@epicfaace epicfaace commented May 13, 2020

description

Setup fastlane for firebase app distribution (fixes #1044). Instructions for deploying this are in release/manual-build.md.

I've added one lane, distribute (for who-myhealth-production). When actually deploying to firebase app distribution, we should run bundle exec fastlane distribute so that the app is deployed to who-myhealth-production.

In order to test the fastlane integration, I replaced the app id in Fastfile with 1:1057717871229:android:4fbe832a3de230450dc714 (which is the app id in who-myhealth-staging) and then deployed to who-myhealth-staging.

dependencies

Also added a Gemfile.lock -- this is needed to pin down dependencies used by fastlane (such as firebase_app_distribution).

The new dependency, fastlane-plugin-firebase_app_distribution, is also maintained by the fastlane team.

@epicfaace epicfaace added the blocked Do not merge this PR or work on this issue label May 13, 2020
@epicfaace
Copy link
Contributor Author

We'll address this after v1.0.

@advayDev1 advayDev1 added the needs:triage New issue that needs triage label May 26, 2020
@stale
Copy link

stale bot commented Jun 19, 2020

This item has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the resolved:stale No recent activity on the issue or PR label Jun 19, 2020
@stale
Copy link

stale bot commented Jun 26, 2020

This item has been automatically closed as stale.

@stale stale bot closed this Jun 26, 2020
@epicfaace epicfaace reopened this Jun 26, 2020
@stale stale bot removed the resolved:stale No recent activity on the issue or PR label Jun 26, 2020
@advayDev1 advayDev1 added the deployment Tasks related to release deployment or distribution label Jul 2, 2020
@brunobowden
Copy link
Collaborator

@epicfaace - now we've got approval for releasing the app.

@joshdholtz - please review or let us know how else we should go about this.

@brunobowden brunobowden removed the needs:triage New issue that needs triage label Oct 11, 2020
@brunobowden brunobowden changed the title Setup fastlane for firebase app distribution Firebase App Distribution with Fastlane Oct 11, 2020
@epicfaace
Copy link
Contributor Author

epicfaace commented Apr 7, 2021

@brunobowden I don't think this is relevant anymore -- closing it, but let me know otherwise.

@epicfaace epicfaace closed this Apr 7, 2021
@brunobowden
Copy link
Collaborator

@epicfaace - it is something we should do at some point. Is it worth accepting the PR just so that it can stick around in the tree for when we pick it up later on?

@epicfaace epicfaace reopened this Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Do not merge this PR or work on this issue deployment Tasks related to release deployment or distribution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deploy to Staging Firebase App Distribution via CI
3 participants