You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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..
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.
The text was updated successfully, but these errors were encountered: