You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
<divalign="center">
2
2
<h1>🔥 setup-firebase</h1>
3
-
<p>Setup firebase-tools CLI</p>
3
+
<p>Setup firebase-tools CLI for multiple steps</p>
4
4
</div>
5
5
6
6
## 🧠 Why
7
7
8
-
There is an excellent function already: [firebase-action](https://github.com/w9jds/firebase-action), but it forces you to run a command in order to work.
8
+
There is an excellent action already: [firebase-action](https://github.com/w9jds/firebase-action), but it forces you to run a command in order to work.
9
9
10
-
With this one you just put the function at the start and use the firebase-tools CLI from any part of your code (npm script, shell...)
10
+
With this one, after running the action you can use the firebase-tools CLI from anywhere: npm script, shell...
0 commit comments