-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
I notice that we use Models for many functionalities like setting up for Firebase, data of different components, and models. I suggest it would be cleaner if we could separate into Services, Data, and Model.
- Services will have anything related to fetching/requesting data on Firebase, or better we can create a folder named apis and then inside there are Services folder and Utils folde where Services will take care of our service job and Utils will take care of the other helper job for service or any other external job.
- Data will hold data such as routers, or any kind of static data.
- Model will take care defining interfaces.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation