Tymen Steur
Tymen Steur
I have the same issue as @eugenio1590 describes. I have the following enum with a `JsonNames` attribute with two values: ```kotlin @Serializable enum class ReportStatus(val order: Int) { @SerialName("E") ERROR(-1),...
@JoFont I've had indefinite loop/suspending issues as well with v3.0.0-rc.*. They manifested at different times at different places in my app. I managed to get it working, not sure what...
@Zeyuzhao I've had indefinite suspending issues as well with v3.0.0-rc.*. To me it still isn't very clear where my issues originate, however I did find a way to get it...
@Zeyuzhao I just tried it quickly in your CodeSandbox repro, and it seems to solve the issue in the repro as well! No more indefinite suspending. At the top of...
@prilutskiy I've had indefinite loop/suspending issues as well with v3.0.0-rc.*. They manifested at different times at different places in my app. I managed to get it working, not sure what...
Would be great to have this `useFirestoreCollectionDataOnce`. Any progress @banyan ?
@TrejGun can you check this again?
@TrejGun can you approve the PR?
@TrejGun I've had to merge with `master` again and therefore require another approval. Would you check and approve the PR again please?
@TrejGun what is needed to merge this? **The Run Unit Tests** isn't running which at least is required to allow merging.