Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robertarnesson authored Jun 23, 2016
1 parent b1a3176 commit 47907e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ Add and configure the plugin in your app's config.xml, see sample below. You can
Get the device id (token)
```
window.FirebasePlugin.getRegistrationId(function(token) {
// send this token to your server and use
// it to push notifications to this device
// save this in your backend and use it to push notifications to this device
console.log(token);
}, function(error) {
console.error(error);
Expand Down

0 comments on commit 47907e5

Please sign in to comment.