Shreyas Patil
Shreyas Patil
Yeah it's Xiaomi specific On Sat 13 Jun, 2020, 9:08 PM Viktor Vostrikov, wrote: > Yes, foreground service will not work if user disables it. Thanks, I think > we...
Okay. Thanks for sharing this. I'll surely look into it. On Sat 13 Jun, 2020, 9:19 PM Viktor Vostrikov, wrote: > I found exact issue on Reddit: > https://www.reddit.com/r/androiddev/comments/gepps0/pendingintent_and_alarmmanager_dont_work_when_the/ >...
Yes. You can use Firebase Cloud Function with Cron jobs which will automatically execute on specified time and date (or periodic) which will send FCM message. See resources below: -...
I personally didn't try it so can't give you a satisfactory solution. I think you should ask a question on StackOverflow or write a tweet by tagging Firebase.
The method to be overriden `collect()` requires return type as `Nothing` so we need delegated collector of `StateFlow` to return. So tried this solution and it worked well for me....
This is because it's hosted on JCenter and it went sunset. I would recommend please copy its source directly to your project until it's published to `mavenCentral`
Thanks, @developernadeem for filing this issue! Will look into it and let you know the status.
Thanks, @2307vivek for this PR 😃
Currently, it doesn't support updating two or more fields atomically.
This is being discussed in #12