Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.12 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.12 KB

firebase-messages-basic

A very basic Firebase messaging application.

Setup

  1. Install Node.js
  2. Create a project on Firebase and note down the Project ID
  3. Replace the project id in the .firebaserc with your Project ID
  4. Click Add Firebase to your web app and copy your Initialization Code
  5. Replace the initialization code in the app/app.js with your Initialization Code

Install

npm install

Start

npm start

Deploy

npm run deploy

Learn More

Firebase Bolt

Firebase Realtime Database

Firebase Cloud Functions

Vue.js

VueFire

Vue Material