I have an app made with vue and firebase, which has a login, for login I use the firebase auth service. However, I need to obtain certain user data but it seems that by default they are not included by default. Firebase auth has a method to add that data to the scope of the app, however it does not work.
Apparently you have to ask Facebook for some authorization, the fact is that I'm looking at the documentation but I'm lost, I do not know where to start.
So in summary, what should I do so that my app has permissions to access certain user data?