Last updated 8 months ago
Was this helpful?
GET /user/:uid/json
GET
/user/:uid/json
Replace :uid with the user's UID
:uid
Get basic info about a user.
Headers
Content-Type
Response
{ "uid": "UID", "name": "NAME" "photoURL": "PHOTO URL" }
{ "error": "User not found" }
application/json