Update .gitignore to exclude Firebase configuration files and refactor notification handling in the app. Removed redundant logging and notification data storage in SharedPreferences. Introduced NotificationCheckService and NotificationStateService for improved notification management. Updated view models and UI components to utilize the new services, enhancing notification state tracking and user experience.
This commit is contained in:
+6
-1
@@ -45,4 +45,9 @@ app.*.map.json
|
||||
/android/app/release
|
||||
|
||||
# FVM Version Cache
|
||||
.fvm/
|
||||
.fvm/
|
||||
|
||||
# Firebase Configuration (sensitive files - should not be in version control)
|
||||
**/android/app/google-services.json
|
||||
**/ios/Runner/GoogleService-Info.plist
|
||||
**/lib/firebase_options.dart
|
||||
Reference in New Issue
Block a user