From 25e6111bf361be4c4553308e9d2c3902f0a5946b Mon Sep 17 00:00:00 2001 From: Gab Mule Date: Mon, 11 Jan 2021 18:26:45 -0300 Subject: [PATCH] Fixing doc for installation in NativeScript 7+ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a7f6c5d..fc1342e0 100755 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ We need to do some wiring when your app starts, so open `app.js` and add this be ##### JavaScript ```js // NativeScript 7+ -var firebase = require("@nativescript/firebase"); +var firebase = require("@nativescript/firebase").firebase; // NativeScript 6- var firebase = require("nativescript-plugin-firebase");