Users
Get User Data
GET
/user/:uid/json
Get basic info about a user.
Headers
Name
Value
Content-Type
Response
{
"uid": "UID",
"name": "NAME"
"photoURL": "PHOTO URL"
}
Last updated
Was this helpful?
GET
/user/:uid/json
Get basic info about a user.
Headers
Content-Type
Response
{
"uid": "UID",
"name": "NAME"
"photoURL": "PHOTO URL"
}
Last updated
Was this helpful?