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

Commit 0d573de

Browse files
bump
1 parent b0112a9 commit 0d573de

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.1.2 (2017, October 13)
7+
8+
### Fixes
9+
- [#484](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/484) Fix phone authentication
10+
- [#499](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/499) iOS background notification never show and foreground notification stop working after killing the app
11+
- [#501](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/501) Added null check for updateCallback on query
12+
- [#510](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/510) Add FCM data to the data key
13+
- [#515](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/515) [FIX] iOS registerForRemoteNotifications() Now Runs on Main Thread
14+
- [#519](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/519) Fix notifications after killing
15+
16+
617
## 4.1.1 (2017, September 9)
718

819
### Fixes

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

0 commit comments

Comments
 (0)