kinex

Results 5 issues of kinex

In my app there is a page which needs to be refreshed if new data is received from cloud. I have implemented it like this: ```dart class ViewEventPage extends StatelessWidget...

Please add support for silent sign-in: https://github.com/firebase/FirebaseUI-Android/blob/master/auth/README.md#silent-sign-in That function is useful in some scenarios to avoid displaying sign-in UI unnecessarily. I don't know why and when it exactly happens but...

### Is there an existing feature request for this? - [X] I have searched the existing issues. ### Command _No response_ ### Description Please add documentation how to continue using...

triage

It would be nice to get also image date/time information in ImageProperties (specifically the date image was taken). This is needed e.g. for displaying images in date/time order.

enhancement
help wanted
good first issue

`withResource` is defined as: `Future withResource(FutureOr Function() callback) ` Method body has this line: `return await callback();` From my understanding the correct way to write that is something like: ```dart...