The app-config.json file
A number of parameters may be modified in the ./config/app-config.json file. Changing some of them could
cause your application to stop working if they are not coordinated with application code changes.
debugMode
Set this value to true to enable debug mode: some log messages will be visible, network calls with be logged,
and Browser windows will be opened in developer/debug mode.
webapp
You can leave an existing file in place, and employ a new file, by changing the page path parameters.
webFolders
Electron-Firebase operates a TLS web server within the Main node.js process that hosts APIs that the Browser
can access. This is "static" web content, meaning that referencing one of these pages will not run a dynamic
script on the web server.
apis
These entries are localhost URLs that the Browser uses to make API requests to the Main process. You shouldn't
modify these, but it's a way to keep consistent API definitions between the Browser and Main processes.
logout
There are really two levels of sign-in and two levels of sign-out - the Firebase application, and the identity
provider. The Firebase signout process does not handle the identity provider level, so these URLs are provided
as a way to perform a "deep logout".