I have tried to wrap the app myself in an electron wrapper, which almost works, but Google has deprecated Oauth authentication for non-standard browsers and now counts electron apps as such.
It looks like there is an authentication flow that does still function utilising electron, the default browser and an external datastore (firebase in the example). But I appreciate that might be too large of an undertaking
Can you install, or are you interested in installing the PWA using Chrome? I like the idea of wrapping the app in electron so I might give it a go at some point
I have tried to wrap the app myself in an electron wrapper, which almost works, but Google has deprecated Oauth authentication for non-standard browsers and now counts electron apps as such. It looks like there is an authentication flow that does still function utilising electron, the default browser and an external datastore (firebase in the example). But I appreciate that might be too large of an undertaking