Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 05be2bb

Browse files
Merge pull request #1758 from gabemule/fix-doc-for-installation-ns7+
Fixing doc for installation in NativeScript 7+
2 parents 6704e66 + 25e6111 commit 05be2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ We need to do some wiring when your app starts, so open `app.js` and add this be
122122
##### JavaScript
123123
```js
124124
// NativeScript 7+
125-
var firebase = require("@nativescript/firebase");
125+
var firebase = require("@nativescript/firebase").firebase;
126126

127127
// NativeScript 6-
128128
var firebase = require("nativescript-plugin-firebase");

0 commit comments

Comments
 (0)