Sample application to show the Realtime aspect of Firebase with Leaflet and realtime marker sync.
In order to make this sample to work you have to edit the configuration file. This file is located in ./src/config/firebase.js. After editing its should look like to something like :
const config = {
apiKey: "",
authDomain: "",
databaseURL: "",
projectId: "",
storageBucket: "",
messagingSenderId: ""
};
export default config;All this value can be found in your Firebase Project Settings.
npm install
npm run serve
npm run build
