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

How to create a Firebase preview URL and associated Github comment? #2

Open
BenJackGill opened this issue Dec 28, 2023 · 0 comments
Open

Comments

@BenJackGill
Copy link

BenJackGill commented Dec 28, 2023

Can I use this in a similar manner to the other Github Action from the Firebase docs?

Here is a summary of what it does:

  • Creates a new preview channel (and its associated preview URL) for every PR on your GitHub repository.
  • Adds a comment to the PR with the preview URL so that you and each reviewer can view and test the PR's changes in a "preview" version of your app.
  • Updates the preview URL with changes from each commit by automatically deploying to the associated preview channel. The URL doesn't change with each new commit.
  • (Optional) Deploys the current state of your GitHub repo to your live channel when the PR is merged.

I was hoping to use this instead of that other action because I also want to update Firebase Functions (the other action is limited to Firebase Hosting only). But I'm new to Github Actions and struggling to figure out how to replicate the original functionality before I even add the Firebase Functions part.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant