标签: javascript firebase firebase-realtime-database firebase-authentication production-environment
我原计划部署一个使用firebase数据库构建的react js app。它在开发过程中运行平稳但是在将环境设置为生产时它会在加载时卡住。 注意:Firebase api-keys,auth-domain等都是正确的。
这是我的config.js文件
setDate(date:Date){ payload.date = date; // to save payload }