firebase-alchemy
firebase-alchemy copied to clipboard
Chat manager should capture SQL error and deal with it
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.