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

Commit 3577179

Browse files
bump
1 parent 6f2bc2c commit 3577179

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44
[Firebase Android SDK Changelog](https://firebase.google.com/support/release-notes/android)
55

66

7+
## 5.1.4 (2018, January 23)
8+
9+
### New
10+
11+
- [#615](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/615) Conflict with nativescript-barcodescanner
12+
13+
### Fixes
14+
- [#585](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/585) Firebase Queries - “cannot read property of null” after upgrade to NS 3.4.0
15+
- [#588](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/588) Angular 5 onAuthStateChanged never called
16+
- [#593](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/593) JS: Error: Uncaught (in promise): Run init() first!
17+
- [#612](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/612) Nativescript 3.4 and angular 5 - support
18+
- [#613](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/613) Best practice to init firebase
19+
20+
721
## 5.1.3 (2018, January 15)
822

923
### New

demo-ng/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,15 @@
2222
"@angular/platform-browser": "~5.2.0",
2323
"@angular/platform-browser-dynamic": "~5.2.0",
2424
"@angular/router": "~5.2.0",
25-
"angularfire2": "^5.0.0-rc.4",
26-
"firebase": "^4.6.2",
2725
"nativescript-angular": "~5.2.0",
28-
"nativescript-plugin-firebase": "5.1.3",
26+
"nativescript-plugin-firebase": "5.1.4",
2927
"nativescript-theme-core": "~1.0.4",
3028
"reflect-metadata": "~0.1.10",
3129
"rxjs": "~5.5.0",
3230
"tns-core-modules": "~3.4.0",
3331
"zone.js": "~0.8.18"
3432
},
3533
"devDependencies": {
36-
"@angular/compiler-cli": "~5.2.0",
3734
"babel-traverse": "6.26.0",
3835
"babel-types": "6.26.0",
3936
"babylon": "6.18.0",

demo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"nativescript": {
33
"id": "org.nativescript.firebasedemo",
4-
"tns-ios": {
4+
"tns-android": {
55
"version": "3.4.1"
66
},
7-
"tns-android": {
7+
"tns-ios": {
88
"version": "3.4.1"
99
}
1010
},
1111
"dependencies": {
12-
"nativescript-plugin-firebase": "5.1.3",
12+
"nativescript-plugin-firebase": "5.1.4",
1313
"nativescript-theme-core": "^1.0.4",
1414
"nativescript-unit-test-runner": "^0.3.4",
1515
"tns-core-modules": "~3.4.0"

0 commit comments

Comments
 (0)