Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lupas committed Oct 17, 2019
1 parent 121f7c2 commit bc14270
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
**Important:**
This module is meant for easy and quick set-up of Firebase in a Nuxt project. Due to the nature of this module, it is possibly not optimal for websites that need to be super performant and/or SEO friendly, since the module adds the Firebase services to the global scope. If you wan't your website to be more performant, you'd probably be better off by importing the services only in the files where you need them (i.e. by NOT using this module). That being said, the difference might be marginal depending on your project.

_Features_
## Features

- Helps to easily setup Firebase and makes it available throughout your nuxt app
- Dynamically imports individual Firebase services for a faster page load
- Helps to easily setup Firebase and makes it **available throughout your Nuxt.js app**
- Dynamically imports individual Firebase services for a **faster page load**

## Demo

Expand Down

0 comments on commit bc14270

Please sign in to comment.