I am using the new firebase to create a project, in my project, I want to use Facebook for user authentication, I followed this instruction to create Facebook app, in the instruction it says:
In your Facebook app configuration, click on the Settings tab on the left-hand navigation menu. Then go to the Advanced tab at the top and scroll down to the Client OAuth Settings section. At the bottom of that section, add https://auth.firebase.com/v2//auth/facebook/callback to your Valid OAuth redirect URIs and click Save Changes at the bottom of the page.
But in the Advanced tab of Facebook app console, I can't find Client OAuth Settings section. Anyone knows why?