0
votes

I am trying to create a facebook login and i tried to implement the same steps as specified in the Firebase web site. when the facebook login button is clicked an error saying. " App not setup: This app is still in development mode, and you dont have access to it.Switch to registered test user or ask an app admin for permissions"

I know many people asked this. and the answer for resolving this error is to set the app as public in developers account. but my issue is where to set it. all the answers are outdated as the facebook developers account page have been changed and there is lot of changes and i could not locate it or fix it. thanks in advance.

3
You have to add privacy policy url in Facebook developer dashboard . - Mahendra

3 Answers

2
votes

While your app is in development mode you can test the Facebook login using the account in which you have created an app.

If you try to test Facebook login in your app in development mode then you have to use the account in which the app is created. Using other Facebook accounts will not work for testing Facebook login in development mode.

You must need to specify the Privacy policy URL in order to make your app status live on Facebook developer console.

You will not able to make status live unless you specify the privacy policy URL.

1
votes

Go to Facebook Developer Dashboard and turn this on and check if Status is Live

enter image description here

0
votes

I created a tester in the roles section of Facebook developer dashboard. The FB id added as tester should accept the request which is pending. then the above error didnt appear and it worked for me. (This solution is for those who wants to just test the app and not make it live.)