Why Does Firebase "on" "value" Not Run The Listener Function When The Reference Doesn't Exist, But "once" "value" Does?
Say I'm listening to a widget: const ref = firebase.database().ref(`widgets/${widgetId}`); ref.…
Read more
Why Does Firebase "on" "value" Not Run The Listener Function When The Reference Doesn't Exist, But "once" "value" Does?