Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mlomboglia/gatsby-auth-firebase

Gatsby Authentication Flow with Firebase
https://github.com/mlomboglia/gatsby-auth-firebase

authentication firebase firebase-auth gatsby gatsbyjs react

Last synced: 25 days ago
JSON representation

Gatsby Authentication Flow with Firebase

Awesome Lists containing this project

README

        

# Build a Gatsby Authentication Flow with Firebase

[![GitHub issues](https://img.shields.io/github/issues/mlomboglia/gatsby-auth-firebase)](https://github.com/mlomboglia/gatsby-auth-firebase/issues)

![Alt Gatsby + Firebse + Netlify](/src/assets/gatsby-firebase.jpg)

# Secure your Gatsby app using Firebase authentication

* Powered by [Gatsby](https://github.com/gatsbyjs/gatsby)
* 🚀 [Live demo](https://eloquent-raindrop-845523.netlify.app)
* [Complete Tutorial](https://medium.com/better-programming/build-a-gatsby-authentication-flow-with-firebase-72b9514f6c9b)

---

## Features
This guide will walk you through how to set up an authentication flow using Firebase in your Gatsby application, and deploying it to Netlify hosting. After following this guide, you will have a working Gatsby app complete with:

- Fully fledged sign-in and sign-up flows.
- Secure email/password authentication.
- Reset password
- A secure user profile page.
- Deployment to Netlify
- A working demo app is available here. Full source code provided.