1. Preparing the FlutterFlow Development Environment
We start with the essential account and backend settings needed to begin with FlutterFlow. FlutterFlow is most tightly integrated with Firebase.
1.1. FlutterFlow Account Creation and Plan Selection
Create an account on the official FlutterFlow website. If you require advanced features (API integration, code download), you should consider a paid plan.
1.2. Firebase Project Creation and Integration
Create a Firebase project for your FlutterFlow app's authentication and database (Firestore).
# Create a new project in the Firebase Console
1. Name your project (e.g., MyFlutterFlowApp)
2. Configure Google Analytics (optional)
3. After project creation, proceed with Firebase integration settings in FlutterFlow
Important: You must accurately input the Firebase Configuration file and initially set up Firestore rules in your FlutterFlow project settings to enable data access.