- Now, we are using `es6-shim` that includes `Promise` implementation as a just "polyfill". - Do we need to replace `es6-shim` to Bluebird's promise for using more powerful apis than native promise apis as not a just polyfill? Related with https://github.com/webida/webida-client/pull/750 's discussion