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

Added generics to typed interfaces #4934

Open
dcworldwide opened this issue May 23, 2021 · 4 comments
Open

Added generics to typed interfaces #4934

dcworldwide opened this issue May 23, 2021 · 4 comments

Comments

@dcworldwide
Copy link

dcworldwide commented May 23, 2021

The addition of types are ok, it helps catch API compliance with the compiler.

However without generics, there are a whole class of potential runtime errors that could have been easily caught at compile time.

Adding generics, will save an immeasurable amount of effort for integrators, by eliminating basic bugs that would have otherwise led to lost developer productivity and reduced software quality.

@google-oss-bot
Copy link
Contributor

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

@looptheloop88
Copy link

@dcworldwide, thanks for the feedback. We highly suggest to follow the template when filling a bug or feature request, so we can properly label the issue. For example, indicate the Firebase product, relevant codes, etc..

@dcworldwide
Copy link
Author

Ok my bad.

Using fb auth, rt database modules.

@looptheloop88
Copy link

Ok my bad.

Using fb auth, rt database modules.

Thanks, @dcworldwide.

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

No branches or pull requests

3 participants