firebase icon indicating copy to clipboard operation
firebase copied to clipboard

[auth][android] signOut return undefined

Open kefahB opened this issue 3 years ago • 0 comments

Hello @NathanWalker and @triniwiz

The signOut on android return undefined instead of boolean! the workaround is fixed by adding async await but this will force us to change the return type to Promise! and if we did we should doing same for IOS as well.

What do you think ?

https://github.com/NativeScript/firebase/blob/889726640381cb4a0cdbe855f658ff3245a0eb3d/packages/firebase-auth/index.android.ts#L1398

kefahB avatar Jan 21 '23 10:01 kefahB