I have a web application using the Firebase Web (client-side Javascript SDK). How to test Auth, Realtime Database triggers, including
firebase.auth().onAuthStateChanged , firebase.database().ref(...).on , etc.
I tried using mockfirebase but it does not start onAuthStateChanged .
source share