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

Commit 45c75d0

Browse files
bump
1 parent a42f805 commit 45c75d0

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
<img src="docs/images/firebase-logo.png" width="116px" height="32px" alt="Firebase"/>
22

3+
## 3.6.4 (2016, October 9)
4+
5+
[Full changelog](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/compare/3.6.3...3.6.4)
6+
7+
### SDK versions
8+
If version numbers __changed__, clean your platform folders to avoid build errors.
9+
10+
- iOS: 3.5.x
11+
- Android: 9.4.0
12+
13+
### New
14+
- [#132](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/132) Get Firebase timestamp
15+
- [#148](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/148) Fix for storing primitive types on Android
16+
- Better TypeScript support (updated `firebase.ts.d`).
17+
18+
### Fixes
19+
- [#141](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/141) Fix return result of `createUser` on Android
20+
- [#156](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/156) Invoking `init` before app start now works for Android as well
21+
22+
23+
324
## 3.6.3 (2016, September 21)
425

526
[Full changelog](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/compare/3.6.2...3.6.3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-plugin-firebase",
3-
"version": "3.6.4-dev",
3+
"version": "3.6.4",
44
"description" : "Fire. Base. Firebase!",
55
"main" : "firebase.js",
66
"typings": "firebase.d.ts",

0 commit comments

Comments
 (0)