This repository was archived by the owner on Apr 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments