-
Notifications
You must be signed in to change notification settings - Fork 4k
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
[firebase_auth] IdTokenResult object needs to have a token constructor #5
Comments
I will take this issue on @collinjackson . It would also be great if you could give me super powers in this repo so I can assign issues, merge PRs etc. |
The decision is to implement all classes instead of returning firebase_auth owned ones. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We have applications that implement
FirebaseUser
class. In order to support this use case, classes such as IdTokenResult need to be open to being constructed as opposed to having only an internal API.I propose to add:
to it.
The text was updated successfully, but these errors were encountered: