I am trying to learn Firebase, so I went through the Android Codelab. The project they gave me however, had an error:
Cannot resolve symbol default_web_cl
in my case I forgot to add
id 'com.google.gms.google-services'
to the plugin of build.gradle(:app)