Pyrebase
Pyrebase copied to clipboard
Streamline 'user' JSON content
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.
This, this is being my bane developing with this lib