Hi!
First, thanks a lot for this wonderful tool ; I'm using it in Pétrolette, a (beta) RSS reader to sync the feeds between connected clients, using 5apps storage, and it works great.
I made tests with Dropbox and Google drive but I decided I don't want those options at the moment ; Now I was under the impression that it was only a matter of providing or not providing an API key to toggle the corresponding service option / button on / off, but apparently once you provided said key once, there is no way to make those two buttons disappear
When I activate the logging:
const remoteStorage = new RemoteStorage({
logging: true,
// cordovaRedirectUri: 'http://petrolette.space',
modules: [ Sources ]
});
Here what it says in the console:
[RemoteStorage] [FEATURE Dropbox] initializing ...
remotestorage.js:2:4283
13:38:40.663 [RemoteStorage] [FEATURE Dropbox] supported
remotestorage.js:2:4283
13:38:40.664 [RemoteStorage] [FEATURE Dropbox] initialized.
remotestorage.js:2:4283
13:38:40.666 [RemoteStorage] [FEATURE GoogleDrive] initializing ...
remotestorage.js:2:4283
13:38:40.667 [RemoteStorage] [FEATURE GoogleDrive] supported
remotestorage.js:2:4283
13:38:40.668 [RemoteStorage] [FEATURE GoogleDrive] initialized.
I'm using the bower-installed widget is there an option I missed to get rid of those two big buttons?
Thanks again!