React-native-apple-authentication: Where to add the "authorisation callback URL"?

Created on 9 Jun 2020  路  1Comment  路  Source: invertase/react-native-apple-authentication

Hi,
I can't find where in the Apple Developer Console I'm supposed to add the "authorization callback URL" given to me from Firebase:

WhereToAddAuthCallbackUrl

The only thing shown in the dialog for "configuring" the login is this shit:
Screenshot 2020-06-09 at 16 57 45

Can anybody point me in the right direction please?
Thanks!

Most helpful comment

It's pretty poorly documented on Apple's part.
Open apple dev console to the resources list on "identifiers" at the left and "services ids" in the drop-down on the right (tricky!) https://developer.apple.com/account/resources/identifiers/list/serviceId

There you need to add a service id and in that service id you can enable sign in with apple, and in the configure box there you'll see this, where you can put it in

Because developing for the iOS platform is so fun and profitable that they have to force you to use their features or you will be locked out of their monopoly marketplace easy

Screenshot from 2020-06-09 13-18-28

>All comments

It's pretty poorly documented on Apple's part.
Open apple dev console to the resources list on "identifiers" at the left and "services ids" in the drop-down on the right (tricky!) https://developer.apple.com/account/resources/identifiers/list/serviceId

There you need to add a service id and in that service id you can enable sign in with apple, and in the configure box there you'll see this, where you can put it in

Because developing for the iOS platform is so fun and profitable that they have to force you to use their features or you will be locked out of their monopoly marketplace easy

Screenshot from 2020-06-09 13-18-28

Was this page helpful?
0 / 5 - 0 ratings