firebase / firebaseui-web

FirebaseUI is an open-source JavaScript library for Web that provides simple, customizable UI bindings on top of Firebase SDKs to eliminate boilerplate code and promote best practices.
https://firebase.google.com/
Apache License 2.0
4.58k stars 1.06k forks source link

README types don't seem reflected in TypeScript? #680

Open dilizarov opened 4 years ago

dilizarov commented 4 years ago

Is your feature request related to a problem? Please describe. I'm currently using the signInWithAuthResult(authResult, redirectUrl) callback and according to the documentation, the authResult param should have a type of firebaseui.auth.AuthResult, but it's type is any. Is this an oversight? Are there plans to include this type?

Describe the solution you'd like Include the firebaseui.auth.AuthResult type in the index.d.ts.

thomergil commented 1 year ago

Any resolution on this?