Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 755 Bytes

DOC.md

File metadata and controls

11 lines (10 loc) · 755 Bytes

Meteor.cordova_g_plus(request, callback)

Kind: Static method of Meteor
Summary: Function to call native google plus login only available in cordova apps

Param Type Description
request Object An object with gplus login details
request.cordova_g_plus Boolean request.cordova_g_plus expected to be true to start native google plus login
request.profile Array Is an array of profile properties required, eg. ["email", "email_verified", "gender"]
callback Function callback function can have one argument error which will be containing the details of error if any