英文:
FlutterFlow to Firebase API connection error
问题
I'm trying to connect FlutterFlow to Firebase to make an app with ChatGpt.
I saw a tutorial to connect but I have an error.
I'm trying to connect FlutterFlow to Firebase to make an app with ChatGpt.
I saw a tutorial to connect but I have an error.
I tried to follow a tutorial on YouTube, but it does not exist.
英文:
I'm trying to connect FlutterFlow to Firebase to make an app with ChatGpt
I saw a tutorial to connect but I have an error.
I'm trying to connect FlutterFlow to Firebase to make an app with ChatGpt
I saw a tutorial to connect but I have an error.
I tried to follow a tutorial on youtube, but it does not exist
答案1
得分: 1
看起来您尚未在Firebase项目中创建Firestore数据库,这是FlutterFlow连接所必需的。
如错误消息所述,前往Firebase控制台的Firestore面板并从那里创建数据库。
英文:
It looks like you haven't created a Firestore database in your Firebase project yet, which is required for FlutterFlow to be able to connect to it.
As the error message says, go to the Firestore panel in the Firebase console and create the database from there.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论