Hi everyone,
I have a small questions, wondering if this can be done.
Is there a way to send a signal to my app if I delete a user from my Firebase admin console?
I have an observer listening to auth and it's working like it's supposed to, if I delete authData from localStorage the app immediately sends me to the login screen, but when I delete a user from the Firebase console nothing happens, since the authData is saved in localStorage the app remains responsive (until the user breaks something)
Is there a way for me to let my app know I just deleted someone?
Thanks!
