Alex Awaik
Alex Awaik
## Bug report On iOS devices `FirebaseMessaging.onMessage` do not fire event if data message (without 'notification' key) received. With the same payload `FirebaseMessaging.onMessage` fires events on Android. And on both...
### Description The Medium/Default quality compresses a 5 seconds 10mb video to ~0,3mb video. The resolution is just a little blurry. The next available quality is "Highest" which will return...
Right now it works only with Firestore.
Start timer only when video file loading OR implement it like on youtube - start to display video after first 2-3 seconds loaded.
For now, the video uses fixed time 10 seconds. Change the time as video length.
## Bug report This bug is connected with https://github.com/firebase/flutterfire/issues/9446 While for Android the bug is fixed by annotating background message handler with` @pragma('vm:entry-point')`, for iOS it doesn't fix it. ###...
It may be a bug in the docs. I can find codes for the `deliver` command https://docs.fastlane.tools/actions/deliver/ But there are no codes for the `supply` command https://docs.fastlane.tools/actions/supply/
HKDF is a key derivation function that has two parts: first "extract" and second "expand". For some encryption tasks, we need only the `expand` part. I made a code for...