Nikhil Muskur
Nikhil Muskur
@zkhCreator I integrated your code, still it's not showing Selected Cells Border :( .
@jfbomber Thanks for informing. @zkhCreator Can you please confirm if any more changes are needed to be included other than the commit mentioned in the above comment ?
**EDIT** : After further inspection it seems like if I make the `allowSelection` property on `CalendarView` **false** programmatic selection doesn't work (it used to work on pre-iOS15). My requirement is...
Hi @rizafran I am unable to reproduce this issue every time and it's occurring in very rare occasions
@rizafran I apologise as I wasn't able to follow up on the [similar issue I opend](https://github.com/firebase/firebase-ios-sdk/issues/12550) last time, as the crash died down significantly. But now with the updated release,...
Yes the listener is called and data is fetched from Remote Config, whenever we change values on the Dashboard. That flow is working is perfectly. We're seeing lots of non...
Here is the implementation: ``` func startListening() { self.configListner = self.remoteConfig.addOnConfigUpdateListener { configUpdate, error in guard let configUpdate, error == nil else { print("Error listening for config updates: \(error)") //...
We have reviewed the crashes again and it seems that the crashes are triggered whenever RealTime Remote Config is fetched Remote Config values when anything on the dashboard changes