/react-chat

Creating React application - chat rooms with FireBase for practice.

Primary LanguageJavaScript

React chat

You must create a file with name 'src/env.local.js'. This file is config of FireBase

export const firebaseConfig = {
    projectId: 'The project ID of your application',
    apiKey: 'The API key of your application',
    databaseURL: 'The databaseURL of your application'
};