Hello, I have a surprising error that has appeared in recent days, perhaps since the new version. I'm using Firebase and the Actions in the Firestore section.
The error appears in the apk but it still works fine in Run mode or Test mode of the development interface.
Context > I have 2 actions on a button: a Backend Call Query action that lets me delete the displayed document using its reference. Then I have another action that lets me navigate to a given page.
Problem > the deletion takes place in the database, but the screen freezes and is lagging on a blank page.
After several days spent looking for a solution, I can say that the error is in the delete document by reference action, which after deleting the document doesn't move on to the next action.
Has anyone encountered this problem and/or come up with a solution?
Best regards,
David