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
Remove hardcoded Firebase credentials from the repo
The hardcoded Firebase credentials were removed for security concerns. They are now loaded from GitHub secrets during workflows in both 'docker.yml' and 'test.yml'. This provides the same functionality without exposing sensitive data on the repository. Additionally, the file has been added to .gitignore to prevent accidental commit in the future.
0 commit comments