Description
Improve documentation
Link
Add a link to the page which needs improvement (if relevant)
Describe the problem
As a web developer, I setup my mobile app first, including Social Signon oAuth Provider Apple
. All is working just fine. Following the tutorials on line, I setup the web version, including new Service ID
and paste that along with the new web Client ID
into the end of the list of client id's within the dashboard for Apple Configuration. However, I cannot get it to work. I try & try & try but all that is happening is Apple is rejecting my request on web.
Finally, after 3 weeks with a Supabase support email chain the agent says:
for web, the service ID must be first in the list.
I had it last because it was the last thing to be added.
Is the documentation missing? Or is it confusing? Why is it confusing?
- missing
Describe the improvement
- Add a note like:
For projects using mobile & web Apple oAuth configurations, on web, the
serviceId
must be first in the list