Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(types): Add proper type safety for Firebase auth and database
- Add explicit type annotations for Firebase Auth instance - Ensure Database instance is properly typed - Add null checks for auth and database operations - Refactor initialization to prevent undefined references
- Loading branch information