File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
packages/dart_firebase_admin Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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() `
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
Original file line number Diff line number Diff line change 11name : dart_firebase_admin
22description : A Firebase Admin SDK implementation for Dart.
3- version : 0.4.1
3+ version : 0.4.0
44homepage : " https://github.com/invertase/dart_firebase_admin"
55repository : " 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
You can’t perform that action at this time.
0 commit comments