Skip to content

Commit

Permalink
fix(types): Add proper type safety for Firebase auth and database
Browse files Browse the repository at this point in the history
- 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
fal3n-4ngel committed Dec 30, 2024
1 parent 8e2af98 commit 3d986c5
Show file tree
Hide file tree
Showing 3 changed files with 276 additions and 236 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4



- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
Expand All @@ -45,7 +47,7 @@ jobs:
- name: Install dependencies (mac only)
if: matrix.platform == 'macos-latest'
run: |
brew install gtk+3 webkit2gtk3 libappindicator3 librsvg
brew install gtk+3 webkitgtk libappindicator librsvg
- name: Setup Node
uses: actions/setup-node@v4
Expand Down
Loading

0 comments on commit 3d986c5

Please sign in to comment.