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.
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.