-1

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.

Picture of error

I tried to follow a tutorial on youtube, but it does not exist

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807

1 Answers1

1

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.

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807