https://github.com/hubgit/single-user-blog
A single-user blog, using React and Firebase
https://github.com/hubgit/single-user-blog
Last synced: 11 months ago
JSON representation
A single-user blog, using React and Firebase
- Host: GitHub
- URL: https://github.com/hubgit/single-user-blog
- Owner: hubgit
- Created: 2017-10-22T21:27:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-24T09:32:40.000Z (about 8 years ago)
- Last Synced: 2025-03-11T11:08:51.252Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Configuration
Add the Firebase config values for the app to `src/config.js`:
```js
export const firebase = {
apiKey: "YOUR_API_KEY",
authDomain: "YOUR_AUTH_DOMAIN",
databaseURL: "YOUR_DATABASE_URL"
}
```