[auth] Add withData methods

This commit is contained in:
Chris Bianca
2018-01-24 09:46:39 +00:00
parent 9396b4fb31
commit d370d002fb
17 changed files with 1123 additions and 335 deletions

View File

@@ -2,7 +2,7 @@
* @flow
* FacebookAuthProvider representation wrapper
*/
import type { AuthCredential } from '../../../types';
import type { AuthCredential } from '../types';
const providerId = 'facebook.com';