getting rid of all listeners

This commit is contained in:
talksik
2022-01-02 15:53:59 -08:00
parent 76d139da39
commit 6b80b4a61a
@@ -74,6 +74,10 @@ final class AuthSessionStore: ObservableObject, SessionStore {
self.setupAuthListen()
}
deinit {
self.deinitAllDataListeners()
}
// MARK: OLD for google sign in with link
func signInOrCreateUser() {
if GIDSignIn.sharedInstance.currentUser == nil {