scorelab / Go-social

Community of today used to use mobile phones to make their life easier and Community based mobile applications are famous among them. There are several kind of community based applications in use and most of them are relating to a specific domain. But core components have similar features. Address this issue and saving development time by Introducing a common app template with customizable components for community based mobile applications , is the main purpose of this project.
Apache License 2.0
61 stars 89 forks source link

Upgrade Firebase compat to modular #187

Closed YaSh8202 closed 1 year ago

YaSh8202 commented 1 year ago

Description This PR upgrades Firebase compat to the modular version, replacing the existing compat code with the latest modular code.

Details: The upgrade process involved migrating our existing Firebase code from compat syntax to modular syntax. I updated all Firebase import statements to use the new modular syntax, which provides better tree shaking and allows us to import only the Firebase services that we need

Test plan (required)

https://user-images.githubusercontent.com/91831606/228776538-358df4d8-99b4-4d7d-97e8-b2299ba7b421.mp4

Closing issues closes #186