top of page

[Flutter/Dart] Unhandled Exception: PlatformException(sign_in_failed, com.google.android.gms....


Phenomenon

When I try to sign in to Firebase with google_sign_in, it fails with the following error.


Unhandled Exception: PlatformException(sign_in_failed, com.google.android.gms.common.api.b: 12500: , null, null)



Cause

The following were the causes.


1 Firebase android app package name


In my case, in order to separate the development environment and the production environment on andorid, I added .debug to the app name in the debug build (Reference).

In this case, you also need to match the package name of the android app you add to FireBase.

(Project Overview>Project Settings>My Apps)


2 You have not registered a support email


Project Overview>Project Settings>Publish Settings





3 google-service.json is not updated


If you change any of the settings above (or other project settings), download and update google-service.json again.


Recent Posts

See All

[Flutter/Dart] Format string with TextField

What want to do I want to create an input form using TextField. For example, if the input content is a monetary amount, I would like to display it in 3-digit delimiters with a ¥ prefix. Rather than ha

Let's do our best with our partner:​ ChatReminder

iphone6.5p2.png

It is an application that achieves goals in a chat format with partners.

google-play-badge.png
Download_on_the_App_Store_Badge_JP_RGB_blk_100317.png

Let's do our best with our partner:​ ChatReminder

納品:iPhone6.5①.png

It is an application that achieves goals in a chat format with partners.

google-play-badge.png
Download_on_the_App_Store_Badge_JP_RGB_blk_100317.png

Theme diary: Decide the theme and record for each genre

It is a diary application that allows you to post and record with themes and sub-themes for each genre.

google-play-badge.png
Download_on_the_App_Store_Badge_JP_RGB_blk_100317.png
bottom of page