Google and Facebook Firebase Auth using swift 3
My google sign is not prompting users to allow permissions in their profile while facebook is prompting. Why? I am implementing my google login in view controller not in app delegate like in the guide. I'm not sure what i did is correct. I've been trying to implement this for hours. Here's my code: apple delegate.swift class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool { FIRApp.configure() FBSDKApplicationDelegate.sharedInstance()