This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
Database onValue does not call onError callback #365
Labels
More information needed
Waiting for information from the person who files the issue
Database onValue does not call onError callback
fb .database() .ref("uwallets/nNcVBqsWfaY66ixRQxbwa5sXXHE3") .onChildChanged .listen((event) { logger.d("EVENT"); }, onError: (err) { // NEVERRRRRRRR prints logger.e("ERROR"); });
The text was updated successfully, but these errors were encountered: