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

admin_img Posted By Bajarangi soft , Posted On 10-02-2021

File google-services.json is missing. this error getting while trying to run flutter app in android device

file google-services.json is missing.

step -1


File google-services.json is missing. this error getting while trying to run flutter app in android device
when you are getting this error you need to check your google-services.json file where you puted 

step - 2


if you have not putted yet google-services.json file so you can get it from firebase account 
there you need to make app name bundle with your application
step for making appbundle in firebase 

step - 1 loging with firebase account 
step- 2  create project with firebase 
step -3  continue with default account or whatever account you want to use (firebase account will ask in dropdown)

step -4 set your app name 
step -5 click on conitnue 
step -6 go to your project name (select android or ios ) 
step -7 register your app form will appear 
step -8 add your package name  (from app/src/main/AndroidManifest.xml)
step -9 do setting as showing in firebase and you can download google-services.json files 

step-3 

add this file in app/google-services.json directory

step-4

1 flutter clean 
2 flutter run


app will work fine :)

Related Post