Skip to content

ta-chibana/hanashiai

Repository files navigation

Setup

  1. install firebase-tools

    $ npm install -g firebase-tools
  2. clone this repo

    $ git clone [email protected]:ta-chibana/hanashiai.git
    $ cd path/to/repo
  3. install node modules

    $ yarn install
    $ cd functions
    $ yarn install
    $ cd -
  4. create firebase project

  5. run firebase init (select the created project)

    $ firebase init
  6. run firebase use

    $ firebase use --add staging
  7. create firebase config file( src/firebase/config.js )

    export default {
      apiKey: "API_KEY",
      authDomain: "AUTH_DOMAIN",
      databaseURL: "DATABASE_URL",
      projectId: "PROJECT_ID",
      storageBucket: "STORAGE_BUCKET",
      messagingSenderId: "MESSAGING_SENDER_ID"
    }
  8. build scripts(development build)

    $ yarn build
  9. enable google authentication on firebase console

  10. deploy

    $ firebase deploy

About

chat app with Firebase and React, Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published