[Solved] How to save Contact with Ionic-Native (Ionic v1)?

I have previously used ngCordova for my Ionic v1 apps and have recently started using Ionic-Native (mainly because of the limitations on the Google Login plugin). All of my previous plugins still work without changes, however, the Contact plugin results in an error (via logcat):

TypeError: $cordovaContacts.save is not a function

When I console.log $cordovaContacts I receive this:

function Contacts {}   

Everything I have tried has been unsuccessful as well as not being able to find any postings of this similar issue.

Thanks in advance!

Kinda surprised nobody has ran into this yet?

Is this something I should create an issue on GitHub instead?

Found my answer on GitHub project for ionic-native.