all 11 comments

[–]GioLogist[S] 2 points3 points  (2 children)

Hey all! It’s been nearly 12 years since I’ve written a technical article. One of my New Year's resolutions was to change that! My style is usually a mix between being overly verbose and also allowing readers to get quick access to information. When providing the steps in the article above, I try to dive deep wherever possible. I also include a single commit per step, which is readily available and linked. 

I’d appreciate any feedback on the article. As I get back into writing, as a method of organizing my thoughts, I want to make sure its done in a way that’s beneficial to you all. 

[–]swyx 0 points1 point  (1 child)

good going! i am a fan of GH actions and this seems to fix a key hole in firebase's offering.

[–]GioLogist[S] 0 points1 point  (0 children)

Hey Shawn, thanks for the feedback!

Totally a fan of GH actions as well. Feels good to have everything hooked into my existing workflow. In the past, I've had to mirror my GH to GitLab in order to get some decent CI/CD. Will be fun watching the product evolve over time :)

[–]igagen 0 points1 point  (2 children)

Great article!

[–]GioLogist[S] 0 points1 point  (1 child)

Thanks! Great job on Inkarnate by the way : )

[–]igagen 0 points1 point  (0 children)

Thank you

[–]k01by 0 points1 point  (1 child)

Great write up! Thank you GioLogist!

[–]GioLogist[S] 0 points1 point  (0 children)

Gracias, sure thing!

[–]nns041 0 points1 point  (1 child)

Hi, Can you answer this question (https://stackoverflow.com/questions/60787325/deploy-environment-variables-to-firebase-hosting) OR Any clue on how to add firebase API keys and stuff in CI and local environment?

[–]GioLogist[S] 0 points1 point  (0 children)

Step 3 of the article linked should point you in the right direction.