Conversation
|
@Yash621 this one also |
|
@Kanha-13 your PR was not solving the issue, as the main issue was in the versioning of firebase and moreover you removed this code block which will break the peer dependencies in the whole app and will cause the app to just break down so I just raised a new PR for a more sophisticated and tested fix for the issue. |
|
@Yash621 have you tried ./gradlew clean build , because I resolved this bug with my change and it worked for me |
|
@Kanha-13 ya the reason for that is in other files they are importing from |
While running the app we are getting
object not iterable errordue to firebase versioning and lack ofappIdandmeasurementIdinconfigobject as it is necessary to addappIdfor firebase versions >7.2.0This PR is for fixing that issue.