ASE55471
ASE55471
### Version info **firebase-functions-test:"^2.4.0" **firebase-functions:"^3.23.0" **firebase-admin:"^11.0.1" ### Test case function code ``` import { https } from 'firebase-functions'; import { Timestamp } from 'firebase-admin/firestore'; import * as admin from 'firebase-admin';...
### Version info **firebase-functions-test:** **firebase-functions:** **firebase-admin:** ### Test case I am testing firebase blocking functions by `firebase-functions-test`, But the there is no overload on `wrap` function. ### Steps to reproduce...
### Version info **firebase-functions-test:"^3.1.0", **firebase-functions:"^4.4.1", **firebase-admin:"^11.11.0", ### Test case Simply just create and delete same document in different .ts file. ### Steps to reproduce 1. Create two file below (They...
In section 8 [Add a native ad](https://codelabs.developers.google.com/codelabs/admob-inline-ads-in-flutter#7) > native_inline_page.dart > `itemCount: widget.entries.length + (_ad != null ? 1 : 0),` have an issue, If item count less then `_kAdIndex` could...
Is there any way to get `threadIdentifier` from `getActiveNotifications`? There is a plugin call [notifications_utils](https://pub.dev/packages/notifications_utils) which return `threadIdentifier` when get delivered notifications, Is that possible to achieve that in this...