https://github.com/tylergreen/cartographer
它说要将我的“firebase url”添加到./app/js/config.js文件中,但没有解释如何执行此操作。
答案 0 :(得分:0)
在config.js
目录中创建名为app\js
的文件。
添加以下内容:
module.exports = function(config) {
config.set({ FBURL: 'https://chovy.firebaseio.com/' });
};
在浏览器中重新加载应用程序