Android Studio – Where should I add project level dependencies for firebase in new Android Studio projects
I created an Android project from Android Studio Bumblebee and I am trying to integrate Firebase into it. As per the documentation from Firebase, I should add some project level and module level dependencies which are shown below. When I…