Skip to content

Commit bbd7113

Browse files
mesqueebbojeil-google
authored andcommitted
added ES6 installation (#259)
* added ES6 installation * Update README.md
1 parent 94a8396 commit bbd7113

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ You can then `require` the following modules within your source files:
8989
```javascript
9090
var firebase = require('firebase');
9191
var firebaseui = require('firebaseui');
92+
// or for ES6 imports.
93+
import * as firebaseui from 'firebaseui'
9294
```
9395

9496
Or include the required files in your HTML, if your HTTP Server serves the files

0 commit comments

Comments
 (0)