Flutter ios Google Authentification without firebase error

Issue

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.

Answered By – Hassan Sammour

Answer Checked By – David Goodson (FlutterFixes Volunteer)

Leave a Reply

Your email address will not be published. Required fields are marked *