Mike Haslam
8 min readOct 27, 2021

How To Use Firebase Authentication With Gatsby

How to use firebase auth with gatsby

I want to share my journey of implementing Firebase Authentication on a Gatsby site. It’s so much more fun to use Firebase as an abstraction, versus writing all the authentication code from scratch.

For this journey, I choose to use email and password authentication. One of the great things about Firebase Authentication is there are many ways to authenticate your users. You can learn…