Error:
Not a direct subclass of GenericTypeIndicator: class com.google.firebase.database.GenericTypeIndicator
Source of error:
Tried solution:
Add the following rule in proguard file
-keepclassmembers class com.google.firebase.database.GenericTypeIndicator{*;}
-keep class * extends com.google.firebase.database.GenericTypeIndicator{*;}
AGP version: 8.0.2 Gradle version: 8.0 GMS version: 4.3.15 GeoFire version: 3.2.0 Firebase RTD version: 20.2.2
Error:
Not a direct subclass of GenericTypeIndicator: class com.google.firebase.database.GenericTypeIndicator
Source of error:
Tried solution: Add the following rule in proguard file
Result: Same issue, no difference.