我正在尝试为mingw编译shogun工具箱,以使用cmake将其添加到qt项目中,但出现此错误:
firebaseUsers.orderByChild('code')
.equalTo(mycode)
.once('value')
.then (snapshot => {
if(snapshot.val()) {
alert("Code Exists, Please Choose another");
this.props.history.push('/myscreen')
} else {
//submit the data
}
gdb已安装在mingw中,并在qt中的项目中运行良好 请帮忙 谢谢