Skip to content
This repository was archived by the owner on Feb 7, 2019. It is now read-only.

Tbozhikov/deprecate push plugin #249

Merged
merged 2 commits into from
Sep 13, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Push Plugin for NativeScript

---
**This plugin is deprecated.** Feel free to use the [Firebase Plugin](https://github.com/EddyVerbruggen/nativescript-plugin-firebase) for implementing push notifications in your NativeScript app. If you already have an app that use the Push Plugin, read the [migrate-to-firebase doc](./MIGRATE-TO-FIREBASE.md) for initial guidance.

---
[![Build Status](https://travis-ci.org/NativeScript/push-plugin.svg?branch=master)](https://travis-ci.org/NativeScript/push-plugin)

The code for the Push Plugin for NativeScript.
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-push-notifications",
"version": "1.1.5",
"version": "1.1.6",
"description": "Receive push notifications in your NativeScript app on Android and iOS.",
"main": "push-plugin",
"typings": "index.d.ts",
Expand Down