rexrainbow
Hey, I really love your authentication plugin, I got a working Facebook login.
However, there is one issue. When I add a "scope" to the firebase login "user_friends" or any other permission it does present that permission being asked while logging in a user. Why I am asking the user for 'user_friends' is because I am going to access the users friends using Facebooks Open Graph API, however I need them to accept that permission before the API call will work and the scope on your authentication does not seem to work.
Got any suggestions?
Thank you
EDIT:
Nevermind, I fixed the issue. You miss spelled the "scope" as "scopr". In your runtime.js file.