Continue action flow if Firestore write fails?

Database & APIs

When a Firestore update fails, the action flow just ends. I don't have a way to check it and show an error message, or continue with any other actions to try and handle it.

My current issue is when a user doesn't have permissions to update a document. I can see in the console output it fails

But my action flow just stops. I don't see a way I can tell the user or take any action to do anything else useful. Anyone know of a way to handle this? API calls do this, if you add a conditional right after it will give you T/F paths for whether the call succeeded, looking for something like that for Firestore calls.

Thanks,
Craig

What have you tried so far?

Research/testing

Did you check FlutterFlow's Documentation for this topic?
Yes
2
3 replies