Push Notification ionic plugin add phonegap-plugin-push Error

You don’t input in sender_id (GCM for android). Additional information about it here:

You should run:
ionic plugin add https://github.com/rossmartin/PushPlugin.git

Will this work with Push fromimport { Push } from 'ionic-native' ?