You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into a compile issue with this code. The transaction.abort line gives an error saying: The return type 'TransactionResult<dynamic>' isn't a 'TransactionResult<Map<String, dynamic>>', as required by the closure's context.
Am I allowed to specify the transaction type?
The text was updated successfully, but these errors were encountered:
I'm running into a compile issue with this code. The
transaction.abort
line gives an error saying:The return type 'TransactionResult<dynamic>' isn't a 'TransactionResult<Map<String, dynamic>>', as required by the closure's context.
Am I allowed to specify the transaction type?
The text was updated successfully, but these errors were encountered: