Jaosrikate / iBeacon-Android

iBeacon scanner and simulator - Android application example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR: File google-services.json is missing. The Google Services Plugin cannot function without it.

tongclement opened this issue · comments

ERROR: File google-services.json is missing. The Google Services Plugin cannot function without it.

Cannot run app due to the above error. File needed from developer according to the advice found on stack overflow.

Many thanks.

me too.

@zwq000 I solved the problem. You go to firebase and start a new project. Choose the android logo and type in the company name, which is the com.xxx one from the manifest (android manifest.xml) . Firebase will create the file for you and tell you where to put it.

Duplicate of #4

Please check

In the first version, I have used Firebase service. So, I need the google-services.json file.
But now, We do not need it. However, you can solve with @FalconBFR solution too

Thank you.