ppave

Results 12 comments of ppave

Hi @lawmicha, thank you for your response. My use case: - User launches the app - On the first app launch, user have to sign in using web-view with OpenID...

Hi @lawmicha sorry for delay. It's quite tricky to rely only on duration, would be better to rely on `createdAt` & `duration` or `expiredAt` params that hold ISO 8601 date....

All the above. It works good for the default GoogleService-Info plist. But the app has several GoogleService-Info plist files and user chooses one to connect at runtime. But looks like...

Any updates here? Any advices what can cause it?

Sorry for chasing. This issue is quite annoying to me and happens constantly. Could you please help to figure out at least when it happens: during migration, initialisation, usage in...

I confirm that the above problem was caused by removed `default.realm.management` folder from the file system. Closing this issue.

It happens when the app starts, most likely it's the first call to the Realm local db. There is a chance that this happens when a user opens the new...

Thank you for the details. Let me collect more info. The problem with these crashes is that for some reason they don't appear in Firebase and the update is incremental,...

UIKit, Main thread, not background, no Swift Concurrency used Crashing on this line Configuration is quite simple: ``` private static var realmConfiguration: Realm.Configuration = { var id = "xxxxxx" var...