Issue
i would simply to know how to add Firebase project options within the app because every client will have its own Firebase project on flutter android / ios if possible
Solution
Since you can pass all configuration data to the call to Firebase.initializeApp
, you can get those values from anywhere you like and pass them. So you can indeed request this information from your user's in some form, and pass it to Firebase after that.
Answered By - Frank van Puffelen
Answer Checked By - Senaida (JavaFixing Volunteer)