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

Commit 9a44a82

Browse files
bump
1 parent 0abeb16 commit 9a44a82

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

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

3+
## 3.9.0 (2017, January 3)
4+
5+
[Full changelog](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/compare/3.8.5...3.9.0)
6+
7+
### SDK versions
8+
9+
If version numbers __changed__, clean your platform folders to avoid build errors.
10+
Also, for Android update your Google Repository in the Android SDK manager (type `android` on the command prompt),
11+
and for iOS do a `pod repo update` to fetch the latest versions from Cocoapods.
12+
13+
- iOS: __3.11.x__
14+
- Android: __10.0.x__
15+
16+
### New
17+
- [#245](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/245) Re-Authenticate a user
18+
- [#249](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/249) Added updateProfile method
19+
- [#240](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/240) Crash reporting slows startup time
20+
21+
### Fixes
22+
- [#229](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/229) Update null doesn't remove key on Android
23+
- [#236](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/236) iOS Image Upload Type in Firebase
24+
- [#239](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/239) fAuth.signInWithCustomToken is not a function
25+
- [#250](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/250) Gradle build error when nativescript-google-maps-sdk is added
26+
27+
28+
29+
30+
331
## 3.8.5 (2016, December 23)
432

533
[Full changelog](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/compare/3.8.4...3.8.5)

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.9.0-dev",
3+
"version": "3.9.0",
44
"description": "Fire. Base. Firebase!",
55
"main": "firebase",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)