gatsby-starter-firebase
gatsby-starter-firebase copied to clipboard
Gatsby + Firebase = 👍
Gatsby Starter Firebase
What's included
-
FetchingExampleon how to fetch data from firebase.Note: For better experiece you might want to integrate it redux or mobx.
If you need it, submit an issue. I can create a starter / example repo with firebase + mobx or redux.
Update: I made a another starter gatsby-starter-redux-firebase
-
Authentication with react-firebaseui (
SignIn,SignOut)
Getting Started
Install Gatsby CLI:
npm install --global gatsby-cli
Create new Gatsby project using this starter:
gatsby new my-new-website https://github.com/muhajirframe/gatsby-starter-firebase
cd my-new-website
Usage
Develop
npm run develop
Build
npm run build
Your built file will be in /public
Contributing
Do not hesitate to:
- Submit an idea or question
- Make a pull request
Showcase
Have a site made with this starter? Please submit an issue or PR
Enjoy!