-
Notifications
You must be signed in to change notification settings - Fork 343
Commit f7546f5
* Add live_activity_token to `APNSConfig`, allowing you to specify this token for APNS messages.
This change introduces:
- Adding the `live_activity_token` field to the `APNSConfig` class
- Updated unit test to verify that the `live_activity_token` is correctly included in the encoded message
* Refactor and edit doc string
---------
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
1 parent 2d9b18c commit f7546f5
File tree
3 files changed
+8
-2
lines changed- firebase_admin
- tests
3 files changed
+8
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
529 | 529 |
| |
530 | 530 |
| |
531 | 531 |
| |
532 | + | ||
533 | + | ||
532 | 534 |
| |
533 | 535 |
| |
534 | 536 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
334 | 334 |
| |
335 | 335 |
| |
336 | 336 |
| |
337 | + | ||
337 | 338 |
| |
338 | 339 |
| |
339 | 340 |
| |
340 | 341 |
| |
341 | 342 |
| |
342 | - | ||
343 | + | ||
343 | 344 |
| |
344 | 345 |
| |
345 | 346 |
| |
347 | + | ||
346 | 348 |
| |
347 | 349 |
| |
348 | 350 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1094 | 1094 |
| |
1095 | 1095 |
| |
1096 | 1096 |
| |
1097 | - | ||
1097 | + | ||
1098 | + | ||
1098 | 1099 |
| |
1099 | 1100 |
| |
1100 | 1101 |
| |
| |||
1107 | 1108 |
| |
1108 | 1109 |
| |
1109 | 1110 |
| |
1111 | + | ||
1110 | 1112 |
| |
1111 | 1113 |
| |
1112 | 1114 |
| |
|
0 commit comments