Adding Firebase to Android Application -


i followed this tutorial.

i've done quite of bit of research trying fix problem. updated google services , google repository in sdk manager. iv'e tried suggested still can't sync android project , can't build or run project since first tried sync. here screen shot of project. went until point.

error

the build.gradle file posted project-level file. remove last line:

apply plugin: 'com.google.gms.google-services' 

and instead, place last line of app module build.gradle file (the 1 under app).


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -