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

Commit 4d60c61

Browse files
docs(examples): add legacy support and warnings
1 parent 2d989c7 commit 4d60c61

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

examples/angular-cli/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ For the latest version of AngularFire2 Offline **switch to the [master branch](h
3030
npm install -g angular-cli
3131
```
3232

33+
**Please note**: This command will install the latest version of the Angular Cli which will install version 4.x of Angular. This tutorial was written using version 2.x.
34+
3335
### 2. Create a new project
3436

3537
```bash
@@ -51,7 +53,7 @@ You should see a message that says *App works!*
5153
### 4. Install Dependencies
5254

5355
```bash
54-
npm install angularfire2-offline angularfire2 firebase --save
56+
npm install angularfire2-offline@two angularfire2@2 firebase@3.6 --save
5557
```
5658

5759
Now that you have a new project setup, install [AngularFire2Offline](https://www.npmjs.com/package/angularfire2-offline), [AngularFire2](https://www.npmjs.com/package/angularfire2) and [Firebase](https://www.npmjs.com/package/firebase) from npm.

examples/ionic/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ For the latest version of AngularFire2 Offline **switch to the [master branch](h
1818
npm install -g cordova ionic
1919
```
2020

21+
**Please note**: This command will install the latest version of the Ionic Cli which will install version 4.x of Angular. This tutorial was written using version 2.x.
22+
2123
### 2. Create a new project
2224

2325
```bash
@@ -36,7 +38,7 @@ You should see a message that says *Welcome to Ionic!*
3638
### 4. Install Dependencies
3739

3840
```bash
39-
npm install angularfire2-offline angularfire2 firebase --save
41+
npm install angularfire2-offline@two angularfire2@2 firebase@3.6 --save
4042
```
4143

4244
Now that you have a new project setup, install [AngularFire2Offline](https://www.npmjs.com/package/angularfire2-offline), [AngularFire2](https://www.npmjs.com/package/angularfire2) and [Firebase](https://www.npmjs.com/package/firebase) from npm.

0 commit comments

Comments
 (0)