You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: