Skip to content
Advertisement

unable to add Firebse to my android studio

I am trying to add firebase to my app and followed every step as told in https://firebase.google.com/docs/android/setup but as soon as a launch the app it crashes with the error

JavaScript

I have also cross checked my gradle moudle and every thing seems to be fine, here is my gradle module

JavaScript

Even in graple project everything seems to be ok to me i have cross checked this multiple times, this is my gradle project

JavaScript

Advertisement

Answer

It seems like you are missing

JavaScript

in your build.gradle (app).

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement