|
1 | 1 | # Unreleased
|
2 |
| -- |
3 |
| -### Token revokaction |
4 |
| -- [added] The ['verify_id_token(...)'](https://firebase.google.com/docs/reference/admin/python/firebase_admin.auth#verify_id_token) |
5 |
| - method now accepts an optional `check_revoked` parameter. When `True`, an |
| 2 | + |
| 3 | +### Cloud Messaging |
| 4 | + |
| 5 | +- [feature] Added the `firebase_admin.messaging` module for sending |
| 6 | + Firebase notifications and managing topic subscriptions. |
| 7 | + |
| 8 | +### Authentication |
| 9 | + |
| 10 | +- [added] The ['verify_id_token()'](https://firebase.google.com/docs/reference/admin/python/firebase_admin.auth#verify_id_token) |
| 11 | + function now accepts an optional `check_revoked` parameter. When `True`, an |
6 | 12 | additional check is performed to see whether the token has been revoked.
|
7 |
| -- [added] A new method ['auth.revoke_refresh_tokens(uid)'](https://firebase.google.com/docs/reference/admin/python/firebase_admin.auth#revoke_refresh_tokens) |
8 |
| - has been added to invalidate all tokens issued to a user before the current second. |
9 |
| -- [added] A new property `tokens_valid_after_timestamp` has been added to the |
| 13 | +- [added] A new |
| 14 | + ['auth.revoke_refresh_tokens(uid)'](https://firebase.google.com/docs/reference/admin/python/firebase_admin.auth#revoke_refresh_tokens) |
| 15 | + function has been added to invalidate all tokens issued to a user. |
| 16 | +- [added] A new `tokens_valid_after_timestamp` property has been added to the |
10 | 17 | ['UserRecord'](https://firebase.google.com/docs/reference/admin/python/firebase_admin.auth#userrecord),
|
11 |
| - which denotes the time in epoch milliseconds before which tokens are not valid. |
| 18 | + class indicating the time before which tokens are not valid. |
12 | 19 |
|
13 | 20 | # v2.8.0
|
14 | 21 |
|
|
35 | 42 | # v2.6.0
|
36 | 43 |
|
37 | 44 | ### Authentication
|
| 45 | + |
38 | 46 | - [added] Added the
|
39 | 47 | [`list_users()`](https://firebase.google.com/docs/reference/admin/python/firebase_admin.auth#list_users)
|
40 | 48 | function to the `firebase_admin.auth` module. This function enables listing
|
|
46 | 54 | user's ID token.
|
47 | 55 |
|
48 | 56 | ### Realtime Database
|
| 57 | + |
49 | 58 | - [changed] Updated the `start_at()`, `end_at()` and `equal_to()` methods of
|
50 | 59 | the [`db.Query`](https://firebase.google.com/docs/reference/admin/python/firebase_admin.db#query) class
|
51 | 60 | so they can accept empty string arguments.
|
|
0 commit comments