activeHunts
                .child(currentUser.id)
                .child(challenge.id)
                .setValue(value)
                .await()