Web Developer
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion, but when this function runs, only the specified row is deleted; none of the cascade relationships are deleted.
Is cascade deletion currently supported in Cloud Functions? What would be the best way to achieve similar behavior if it’s not available?