TypeError: Cannot read property 'apply' of undefined...at null.loginWithGoogle

Hi…i am using angular-meteor with my ionic app…

$meteor object having method name like loginWithGoogle,LoginWithFacebook…etc

but Meteor object does have this method…it only have loginWithPassword and token method for login.

Meteor.loginWithPassword working fine…The social login method undefined…in the Meteor object…

While trying $meteor.loginWithGoogle will cause the TypeError: Cannot
read property ‘apply’ of undefined…at null.loginWithGoogle

And Meteor.loginWithGoogle will cause the loginWithGoogle method not defined…

i think i added all the required library in ionic client and meteor server…