Support Google Play Games Service (#6147)

* Support Google Play Games Service

* clean up

* improve coverage

* more tests
This commit is contained in:
Diamond Lewis
2019-10-28 13:16:55 -05:00
committed by GitHub
parent 355663cc98
commit b44726987d
4 changed files with 72 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ import loadAdapter from '../AdapterLoader';
const apple = require('./apple');
const gcenter = require('./gcenter');
const gpgames = require('./gpgames');
const facebook = require('./facebook');
const facebookaccountkit = require('./facebookaccountkit');
const instagram = require('./instagram');
@@ -35,6 +36,7 @@ const anonymous = {
const providers = {
apple,
gcenter,
gpgames,
facebook,
facebookaccountkit,
instagram,