firebase-alchemy icon indicating copy to clipboard operation
firebase-alchemy copied to clipboard

Chat manager should capture SQL error and deal with it

Open newpro opened this issue 9 years ago • 0 comments

If the SQL operation fail for whatever reason, manager should capture it and deal with it.

For example, in add operation, the record is first add to firebase, then add to SQL. If SQL fail to add, manager should delete the new added record in firebase.

newpro avatar Mar 01 '17 02:03 newpro