Git Product home page Git Product logo

react-firebase's Introduction

React Firebase

I was playing with create-react-app and firebase this weekend. Realized that there are some configuration issues which I wouldn't to iron out. This is a starting point for future react-firebase apps for myself. Feel free to use/fork.

Table of Contents

* [Firebase](#Firebase) * [Getting Started](#GettingStarted) * [Docs](#Docs) * [Stack](#Stack)

Firebase

Why use?

Pros

* Free SSL included (i.e. imagine integrated [Let's Encrypt](https://goo.gl/WY8sZT)) * Easy custom domain management (i.e. imagine easy [Route53](https://goo.gl/klcGZq)) * Integrated OAuth management (i.e. imagine a slim version of [Auth0](https://goo.gl/4S7WYp)) * Easy host deployment (i.e. imagine [surge.sh](https://goo.gl/s0dK7T) with more robust environment) * Easy state management (i.e. imagine a highly-restrictive [Relay](https://goo.gl/r54eBC) framework) * Free or cost-effective * Built atop rest of Google Cloud (i.e. easily integrated with [Google Container Engine](https://goo.gl/MMB9xH), [Storage](https://goo.gl/IBLlPr), etc.

Cons

* Extreme vendor lock-in * Their database GUI is clunky IMO * JSON Tree utilize recursive queries. As a result, you're limited from nesting data. They allow 32 levels, but strongly advise keeping data shallow.

Getting Started

To avoid typing npm run repeatedly, check out ALIAS


Develop

npm i
npm start

Test

npm run test

Deploy

nano package.json -> replace "homepage" with your project name
nano .firebaserc -> add your firebase project name here
npm run fireup

Docs

Active

| Name | Description | |:-----|:------------| | [ALIAS](docs/ALIAS.MD) | How to import aliases for this project | | [ROADMAP](docs/ROADMAP.todo) | What to expect going forward |

Stack

* View => React * BaaS => Firebase * Display => [CSS Modules, Flexbox & SASS] * Design Framework => Material-UI * Build Tools => [Babel, Webpack] * Development Tools => [Flow]

react-firebase's People

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.