I have been following the documentation for google signin.
The first and foremost error I encountered is that google complaining about redirect uri mismatch . I have double checked and confirmed that the reveal client id in the plist file which contains google configuration and the url scheme both are same. Still I couldn’t get rid of that error, so I added the redirect uri manually in google console. Now the problem is, after getting redirected from google, I am encountering the following error
Error Domain=com.google.HTTPStatus Code=400 “(null)” UserInfo={json={
error = "invalid_request";
"error_description" = "client_secret is missing.";
}
My code is the exact replica of code that was in documentation.
Please help me out