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
The application fails to start with TypeError: initialize_app() got an unexpected keyword argument 'credentials' due to incorrect Firebase initialization syntax and hardcoded credential path.
Issue Details
- Current code uses invalid parameter name credentials= in firebase_admin.initialize_app()
- Credential file path is hardcoded instead of configurable
- Not following production best practices for credential management
Issue Description
Issue Details