w9jds / setup-firebase

Firebase GitHub Action (replacement for firebase-action)
MIT License
24 stars 7 forks source link

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

Open BenJackGill opened 9 months ago

BenJackGill commented 9 months ago

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:

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.