Skip to Content
Vue.js 2 Cookbook
book

Vue.js 2 Cookbook

by Andrea Passaglia
April 2017
Intermediate to advanced
454 pages
12h 51m
English
Packt Publishing
Content preview from Vue.js 2 Cookbook

How to do it...

Before starting to write code, we need to create a new Firebase application. To do this, you have to log in at https://firebase.google.com/ and create a new application. In our case, it will be called smell-diary. You will also need to take note of your API key, which is found in the project settings:

Also, you will need to disable authentication; go to the Database section and, in the Rules tab, set both read and write to true:

{  "rules": {    ".read": true,    ".write": true  }}

We are finished with the Firebase configuration.

Open a clean HTML5 boilerplate or JSFiddle, with Vue as a library. We will need the following dependencies ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learning Vue.js 2

Learning Vue.js 2

Olga Filipova
Pro Vue.js 2

Pro Vue.js 2

Adam Freeman

Publisher Resources

ISBN: 9781786468093Supplemental Content