Search code examples
fluttergoogle-authenticationflutter-ios

Flutter ios Google Authentification without firebase error


I'm trying to set up my app without firebase services, but I've faced the issue with Google Authentification. The error message is following: Runner[9138:3105633] [VERBOSE-2:ui_dart_state.cc(199)] Unhandled Exception: PlatformException(missing-config, GoogleService-Info.plist file not found, null, null) Is it possible to use Google auth without the firebase? Thanks!


Solution

  • No! There is no way to use Google auth without the firebase, you must integrated your app with firebase.