79501409

Date: 2025-03-11 16:13:45
Score: 1
Natty:
Report link
guard let clientID = FirebaseApp.app()?.options.clientID else {
    print("Error: Firebase Client ID not found")
    return
}

let config = GIDConfiguration(clientID: clientID)  // ✅ Correct way to set client ID
GIDSignIn.sharedInstance.configuration = config

this is latest way

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Kundan IBarts