created: function()

in manual-emulator-testing/public/index.js [93:101]


  created: function () {
    // Listen to auth state
    this.setUser(auth.currentUser);
    auth.onAuthStateChanged((user) => {
      this.setUser(user);
    });


  },