Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mlomboglia/gatsby-auth-firebase
- Owner: mlomboglia
- Created: 2022-07-21T14:22:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-27T10:06:36.000Z (over 2 years ago)
- Last Synced: 2023-03-02T22:27:13.067Z (almost 2 years ago)
- Topics: authentication, firebase, firebase-auth, gatsby, gatsbyjs, react
- Language: JavaScript
- Homepage: https://eloquent-raindrop-845523.netlify.app
- Size: 383 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.