In a firebase project, I am trying to add a subcollection everytime the user presses a button. When calling the function, I get the given error. Both files are imported and I do not understand what the error means
In a firebase project, I am trying to add a subcollection everytime the user presses a button. When calling the function, I get the given error. Both files are imported and I do not understand what the error means
Try using DatabaseService instance.
DatabaseService().addMultipleCollection(duration);