/react-redux-firebase-message-example

A simple message app using reactjs, redux, and firebase.

Primary LanguageJavaScriptMIT LicenseMIT

A simple message app using reactjs, redux, and firebase.

###Getting Started### [1.] Clone this repo.
[2.] Add firebase project credentials.
[3.] Install dependencies.
[4.] Start Webpack.

Use the following git+npm commands:

  > git clone https://github.com/chrisVillanueva/react-redux-firebase-message-example.git
  > cd react-redux-firebase-message-example
  [ update config settings @ '/client/settings.js' with your firebase project info ]
  > npm install
  > npm start

###Firebase### To find your firebase web settings:

[1.] Log into Firebase console.
[2.] Select your firebase project.
[3.] Go to Overview -> Project Settings.
[4.] Click on "Add Firebase to your web app".
[5.] Find 'var config' object in the settings modal
and c/p into 'firebaseConfig' @ '/client/settings.js'


###Demo### You can view a working demo on Heroku at: https://react-redux-firebase-messages.herokuapp.com/


####Credits and Acknowledgements##### My firebase example is based on knowledge shared by Stephen Grider and Chris Esplin.

I used Stephen's "Simple starter package for Redux with React and Babel support" to seed my work. I updated the UI and redux approach in my application. You can find Stephen's repo here:

https://github.com/StephenGrider/RallyCodingWeekly

I also followed the awesome Firebase tutorials created by Chris Esplin. He's a wealth of information and it's easy to quickly code is examples. His youtube channel is here.

https://www.youtube.com/channel/UCaAByidxypZTYOj4OsKzD2Q

Subscribe to his channel.