feedbackCollectionPath is a optional parameter to set the default parent
directory of storing the User Feedbacks in Firebase Cloud Firestore.
Default is set to feedbacks
uploadUserFeedbackToFirebase is the function which takes the user feedback
and all the system information and uploads it to the Cloud Firestore.
This function is Platform dependent. Which means it automatically
submits the appropriate system information based on the Platform on
which app is running. Currently supports only Android & iOS