How to check my Firebase Web application?

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 .

+5
source share

Source: https://habr.com/ru/post/1268971/


All Articles