Based on gatsby-starter-firebase
-
FetchingExample
on 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.
-
Authentication with react-firebaseui (
SignIn
,SignOut
) -
Example Todo with react-redux-firebase
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-redux-firebase
cd my-new-website
npm run develop
npm run build
Your built file will be in /public
Do not hesitate to:
- Submit an idea or question
- Make a pull request
Have a site made with this starter? Please submit an issue or PR
Enjoy!