I am getting below error after updating from firestore:17.0.1 to firestore:17.0.2
firestore:17.0.1
firestore:17.0.2
java.lang.RuntimeException: Internal error in Firest
From firebase support reply I solved this issue by adding below to progauard rule in future if someone facing this issue try this solution:
-keepclassmembers enum * { public static **[] values(); public static ** valueOf(java.lang.String); }