An open API service indexing awesome lists of open source software.

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

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"
}
```