Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: upgrade firebase-admin to v13.1.0 #26

Merged
merged 8 commits into from
Feb 9, 2025
Merged

Fix: upgrade firebase-admin to v13.1.0 #26

merged 8 commits into from
Feb 9, 2025

Conversation

ciatph
Copy link
Owner

@ciatph ciatph commented Feb 9, 2025

Warning

  • This update introduces a breaking change to libraries using the previous versions.
  • Libraries using the latest version of this package (v2.0.0) will need:
    • At least Node v18, a requirement of firebase-admin v13.1.0
    • Test if methods usage from firebase-admin v10 - v11.0.1 need to sync with methods for firebase-admin v13.1.0

Updates

  • Fix: upgrade firebase-admin to v13.1.0, Fixes #25
  • Update package.json engines section - use "engines": ">=18"
  • Chore: ignore the /examples directory in npm publish

Dependency Updates

Package Old New
dotenv 16.0.1 16.4.7
firebase-admin 11.0.1 13.1.0
eslint-config-standard 17.0.0 17.1.0

@ciatph ciatph merged commit 032bea6 into dev Feb 9, 2025
1 check passed
@ciatph ciatph deleted the fix/ciatph-25 branch February 9, 2025 09:37
@ciatph ciatph changed the title Fix: firebase-admin outdated dependency Fix: upgrade firebase-admin to v13.1.0 Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix the firebase admin v11.0.1 audit reports
1 participant