Skip to content

Instantly share code, notes, and snippets.

View kristofferdarj's full-sized avatar

Kristoffer Darj kristofferdarj

View GitHub Profile
@douglascorrea
douglascorrea / firebaseTransformUser.js
Created June 6, 2016 15:11
transformFirebaseUser
function transformFirebaseUser(firebaseUser) {
const storeUser = {};
const userProperties = [
'displayName',
'email',
'emailVerified',
'isAnonymous',
'photoURL',
'providerData',