Check Authentication
Checks if the user is authenticated and returns user info if they are.
Does not require authentication - returns null if no valid token is provided. Falls back to email lookup if Firebase UID doesn't match database ID. When found via email fallback, updates the user's database ID to match the new Firebase-derived ID to prevent future mismatches.
Response
Successful Response
Changes
Changed in 5 of the 30 revisions of this API.25
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
- ▲
removed the required property
//from the response with the statusresponse-required-property-removed
- ▲
- ▲
the
/response's property format changed fromemailto no format for statusresponse-property-type-changed
- ▲