I am creating custom token on my application server for authenticated users, however when I sign in using custom token from my client app(java script), the user object is having null values for following :
- "displayName": null
- "photoURL": null
- "email": null
I wish if I can set above values while creating the custom token. I do not see any way by which I can do this : maybe its not even supported for custom tokens.