'What is the default persistence method for Electron apps in Firebase Authentication v9?

In Firebase v8, deleting our Local Storage folder for our Electron app would clear the auth persistence, but now with Firebase v9 clearing I've tried clearing Local Storage, blob_storage, and Session Storage - but the authentication is still persisted.

What is the default mode of persistence now? Bonus points if you can instruct on how to clear that on Electron, but I'm sure just finding the mechanism would be enough for us.



Solution 1:[1]

It's IndexedDB now, apparently. I just deleted folders until I found the one that worked.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Slbox