Every time I Export Signed Application from eclipse and install the apk file onto my phone, the app would crash. This only happens with Proguard enabled.
Here is my
Just add -keep class com.firebase.**{ *; } in your proguard-rules.pro file.
-keep class com.firebase.**{ *; }