79718569

Date: 2025-07-29 12:07:27
Score: 0.5
Natty:
Report link

If you are using cloud_firestore try the code below

await FirebaseFirestore.instance.collection("registrations").doc().set({
  "fullName": fullNameController.text.trim(),
  "email": emailController.text.trim(),
  // more fields...
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Andreas Hadjimamas