Skip to content

Instantly share code, notes, and snippets.

@YonatanKra
Created September 30, 2023 04:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YonatanKra/11179d98efd9ceb1e6abbe01ae95be90 to your computer and use it in GitHub Desktop.
Save YonatanKra/11179d98efd9ceb1e6abbe01ae95be90 to your computer and use it in GitHub Desktop.
Tauri-demo: implement onAuthStateChanged
constructor() {
super();
onAuthStateChanged(getAuth(), () => this.dispatchEvent(new CustomEvent('user-status-change')));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment