Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[auth][android] signOut return undefined #174

Open
kefahB opened this issue Jan 21, 2023 · 0 comments
Open

[auth][android] signOut return undefined #174

kefahB opened this issue Jan 21, 2023 · 0 comments

Comments

@kefahB
Copy link
Contributor

kefahB commented Jan 21, 2023

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 ?

return this.native?.signOut?.();

triniwiz pushed a commit that referenced this issue Mar 23, 2023
* Update README.md

* Update index.d.ts

* Update index.android.ts

* Update index.ios.ts

* [Android] Fixe signOut return

* Cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant