Results 8 comments of hasan-4

add this code with logout button ```js localStorage.clear(); // it will clear the browser local storage data only ```

@fahadpf i agree with you > ### Replay: @mdawaffe > I would not suggest clearing the whole localStorage. I'm using this project on a subdirectory of my domain, and I...

sure, i will do it in nuxt > Replay: @darrachequesne > That's a good idea. @imithu would you have the time to implement it?

setting Extras->Drafts 0 (0 to disable) solved the problem for me.

> 1. What's the justification for depending on FCM? > 2. Can it be replaced by something like [UnifiedPush](https://unifiedpush.org/) (my assumption is that it could) ? what about using WebSocket...

we can also add rest api feature with websocket those who prefer it

yes. current backend offers rest api. i just wanted to say backend will offer 2 flavor to developer in previous message: 1. websocket 2. rest api thanks.