Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muhajirdev/gatsby-starter-firebase
Gatsby + Firebase = 👍
https://github.com/muhajirdev/gatsby-starter-firebase
firebase gatsby gatsby-firebase mobx redux
Last synced: about 1 month ago
JSON representation
Gatsby + Firebase = 👍
- Host: GitHub
- URL: https://github.com/muhajirdev/gatsby-starter-firebase
- Owner: muhajirdev
- License: mit
- Created: 2018-10-17T12:39:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:52:25.000Z (about 1 year ago)
- Last Synced: 2023-12-15T03:56:20.319Z (about 1 year ago)
- Topics: firebase, gatsby, gatsby-firebase, mobx, redux
- Language: CSS
- Homepage: https://gatsby-starter-firebase.netlify.com/
- Size: 4.53 MB
- Stars: 41
- Watchers: 1
- Forks: 13
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gatsby Starter Firebase
## What's included
- `FetchingExample` on how to fetch data from firebase.
Note: For better experiece you might want to integrate it [redux](https://redux.js.org) or [mobx](http://mobx.js.org).
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](https://github.com/muhajirframe/gatsby-starter-redux-firebase)- Authentication with [react-firebaseui](https://github.com/firebase/firebaseui-web-react) (`SignIn`, `SignOut`)
## Getting Started
Install Gatsby CLI:
```sh
npm install --global gatsby-cli
```Create new Gatsby project using this starter:
```sh
gatsby new my-new-website https://github.com/muhajirframe/gatsby-starter-firebase
``````sh
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](https://github.com/muhajirframe/gatsby-starter-firebase/issues/new)
- Make a pull request## Showcase
Have a site made with this starter? Please submit an issue or PR
**Enjoy!**