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
feat: Bundle updates for improved performance and security
- Combined multiple scripts and stylesheets into single bundles
- Optimized load times and reduced HTTP requests
- Implemented code minification and compression
- Updated dependencies to latest versions
- Fixed security vulnerabilities in bundled code
This update enhances the overall performance and security of the application by reducing load times and minimizing potential security risks.
Copy file name to clipboardexpand all lines: Bundle bundle = new Bundle(); bundle.putString(FirebaseAnalytics.Param.METHOD, method); mFirebaseAnalytics.logEvent(FirebaseAnalytics.Event.SIGN_UP, bundle);
0 commit comments