Closed gayanSandamal closed 2 months ago
@nisalV You can use the below endpoint to retrieve user data for the profile
Endpoint URL - https://us-central1-choner-6d275.cloudfunctions.net/getUser
Request Method: POST
Header: Content-Type: application/json
Set the below in the body and use UID as the userId
{
"data": {
"uid": "q9wYGY5hqWXzF3vC3AxfG0I0sUc2"
}
}
User OAuth 2.0
and usr "accessToken" as the token value. You can get it from here👇 after signing in as the information are not publicly accessible
And it comes under user -> stsTokenManager -> accessToken
. . . . . . @dineshdoluweera FYI
@dineshdoluweera as per the above I'm marking https://github.com/gayanSandamal/choner-api/issues/1 as done
@nisalV I can add a detailed description if needed