Hey!
Thanks for the library, I've been using for about 6 months now!
I just updated my app to Capacitor 2.0 and they seemed to have changed a call signature for the call.reject function you are using to in the catch of signout ? #66
It seems like you were just wanting a template string for the error? I think perhaps it was using signOutError as the second argument in the function instead.
I used string interpolation instead and I think that fixes it and still makes it compatible with old and new capacitor.
I don't program at all in swift, so this is my best guess... However, this change makes it work in my app 🤷♂
Thanks again!
Hey! Thanks for the library, I've been using for about 6 months now! I just updated my app to Capacitor 2.0 and they seemed to have changed a call signature for the
call.reject
function you are using to in the catch ofsignout
? #66 It seems like you were just wanting a template string for the error? I think perhaps it was usingsignOutError
as the second argument in the function instead. I used string interpolation instead and I think that fixes it and still makes it compatible with old and new capacitor.I don't program at all in swift, so this is my best guess... However, this change makes it work in my app 🤷♂ Thanks again!