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

Commit f2eb245

Browse files
bump
1 parent d5a6167 commit f2eb245

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

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

6+
## 4.0.6 (2017, August 23)
7+
8+
### New
9+
- [#443](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/pull/443) fixed invitation sample code
10+
- [#444](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/pull/444) Updated how options.*.value is checked to allow booleans and numbers
11+
- [#449](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/pull/449) Mark init and getRemoteConfig for profiling
12+
13+
### Fixes
14+
- [#328](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/328) Query range with START_AT not fetching data as expected
15+
- [#438](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/438) Query : range not working when value is number
16+
- [#445](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/pull/445) Skip linking for anonymous users
17+
- [464](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/464) 'phoneNumber' is missing in login result TypeScript definition
18+
619

720
## 4.0.5 (2017, July 22)
821

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-plugin-firebase",
3-
"version": "4.0.5",
3+
"version": "4.0.6",
44
"description": "Fire. Base. Firebase!",
55
"main": "firebase",
66
"typings": "index.d.ts",
@@ -73,6 +73,7 @@
7373
"devDependencies": {
7474
"prompt-lite": "~0.1.0",
7575
"xcode": "~0.9.0",
76-
"webpack": "~2.2.0"
76+
"webpack": "~2.2.0",
77+
"tns-core-modules": "2.5.0"
7778
}
7879
}

0 commit comments

Comments
 (0)