Skip to content

Commit 495c73a

Browse files
committed
Add false-secrets
1 parent a0b40a8 commit 495c73a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/dart_firebase_admin/CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
## 0.4.1 - 2024-10-10
2-
3-
- Fixes the `Auth.verifyIdToken()` implementation by adding the
4-
token signature verification part.
5-
61
## 0.4.0 - 2024-09-11
72

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

1815
## 0.3.1
1916

packages/dart_firebase_admin/pubspec.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_firebase_admin
22
description: A Firebase Admin SDK implementation for Dart.
3-
version: 0.4.1
3+
version: 0.4.0
44
homepage: "https://github.com/invertase/dart_firebase_admin"
55
repository: "https://github.com/invertase/dart_firebase_admin"
66

@@ -26,3 +26,6 @@ dev_dependencies:
2626
mocktail: ^1.0.1
2727
test: ^1.24.4
2828
uuid: ^4.0.0
29+
30+
false_secrets:
31+
- /test/auth/jwt_test.dart

0 commit comments

Comments
 (0)