Android — Firebase Getting Started
Part 1 — A simple workaround of problem encountered
Aug 25, 2017 · 2 min read
Anyone doesn’t love Force Close app, even developer agreed. That’s why you should configure crash reporting / logging.
Using Firebase from Google, your crash reporting will be much easier and centralized.
Crashlytics will be the main platform for the near future, meanwhile configuring through firebase will not overkill your app.
So, let’s get started:
Multiple Repo required, jitpack.io doesn’t contain google repo

Make sure to check your libs version without “+”
Add your Firebase plugin to the below dependencies block of your “app / module” gradle

References:
Go to my next article here, to setup your android client
Happy, coding guys!!!
