Closed
Description
I am using Firebase for my game and we also integrated Facebook. However, after I connect to facebook on iOS, it stays on the webview and does not return back to the game. I got a hint from (http://stackoverflow.com/questions/35100809/unity-facebook-sdk-ios-9-2-not-returning-to-app) and finally figured that it is Firebase plugin that failed to handle openURL. After removing Firebase from the project, facebook login works fine.