Skip to content

Commit

Permalink
Add false-secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Oct 10, 2024
1 parent a0b40a8 commit 495c73a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
7 changes: 2 additions & 5 deletions packages/dart_firebase_admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
## 0.4.1 - 2024-10-10

- Fixes the `Auth.verifyIdToken()` implementation by adding the
token signature verification part.

## 0.4.0 - 2024-09-11

- Added `firestore.listCollections()` and `doc.listCollections()`
Expand All @@ -14,6 +9,8 @@
- Fixes crash when updating users (thanks to @HeySreelal)
- Marked various classes that cannot be extended as base/final.
- Added a default constructor on `Timestamp` (thanks to @KKimj)
- Fixes the `Auth.verifyIdToken()` implementation by adding the
token signature verification part.

## 0.3.1

Expand Down
5 changes: 4 additions & 1 deletion packages/dart_firebase_admin/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dart_firebase_admin
description: A Firebase Admin SDK implementation for Dart.
version: 0.4.1
version: 0.4.0
homepage: "https://github.com/invertase/dart_firebase_admin"
repository: "https://github.com/invertase/dart_firebase_admin"

Expand All @@ -26,3 +26,6 @@ dev_dependencies:
mocktail: ^1.0.1
test: ^1.24.4
uuid: ^4.0.0

false_secrets:
- /test/auth/jwt_test.dart

0 comments on commit 495c73a

Please sign in to comment.