Persona 5 Inspired Chat App
Working prototype of a chat/messaging application built with ReactJs and Firebase
Checkout this repo, install dependencies, configure, then start the app.
$ git clone git@github.com:fernandedios/fdd-chat-app.git
$ cd fdd-chat-app
$ npm install
-- configure app
$ npm start
This web application requires the following as starting point:
export default {
apiKey: 'your_firebase_api_key',
authDomain: 'your_firebase_auth_domain',
databaseURL: 'https://your_firebase_db_url',
projectId: 'your_firebase_project_id',
storageBucket: 'your_firebase_storage_bucket',
messagingSenderId: 'your_firebase_messaging_sender_id',
appId: 'your_facebook_application_id'
};
Save as 'keys.js' and place it inside the src/config folder.
You will need to add the above values as environment variables
Access the application preview.
FDD Concept: Chat/Messaging Application © 2017, Fernan de Dios. Released under the MIT License.
fernandedios.com · GitHub @fernandedios · Twitter @fernan_de_dios