Why my data is not getting into to the firestore cloud storage – Flutter
Here is my code of on submit button : onPressed: () async { if (_formKey.currentState?.validate() == true) { // Do something if the form is valid, for example, submit the data Map<String, dynamic> data = { "Property Title": propertyTitle, "Property…