Pyrebase icon indicating copy to clipboard operation
Pyrebase copied to clipboard

Streamline 'user' JSON content

Open davidverweij opened this issue 6 years ago • 1 comments

Would it be possible to ensure the result from all the auth functions is similar? For example, when using user = auth.refresh(user['refreshToken']) the user object now contains a 'userId' rather than a 'localId' as when authenticating with email and password.

davidverweij avatar Mar 16 '20 15:03 davidverweij

This, this is being my bane developing with this lib

Iuryck avatar Aug 27 '24 20:08 Iuryck