You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(auth): firestore profiles now include all values returned in authResponse.toJSON()except for keys provided to keysToRemoveFromAuth config option (['appName', 'apiKey', 'authDomain', 'redirectEventId', 'stsTokenManager', 'uid'] by default).
feat(auth): firestore profiles time/date meta fields (i.e. createdAt) stored as timestamps instead of strings
feat(core): prettier added with associated eslint config and format npm script