Why is app.emailPasswordAuth.confirmUser missing for Pre iOS 13?

I can’t find what to use for ‘EmailPasswordAuth’ pre iOS 13. For example I want to confirm an email, which I should be able to (similarly) use ‘app.emailPasswordAuth.confirmUser()’, but that only seems to be available for iOS13+. Before Realm v10 I could use ‘SyncUser.confirmEmail()’.

I am using Realm v10.5.0 on Xcode 11.7

Never mind …

There are 2 via an overloaded functions, therefore one of them can be used pre-iOS 13 – the one with completion block vs ‘Future<>’.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.