-
-
Notifications
You must be signed in to change notification settings - Fork 555
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
feat(typings): general upgrade of typescript definitions/typings #610
Comments
@rscotten I am definitely not working on the typings at the moment, thanks for reaching out to confirm. You can start from and PR against the |
Reach out with any updates (even small ones). We can get changes out to the |
Commenting to voice my support for this move. @rscotten Are you currently working on it? I think typing the firebase instance you get from |
@sambokai yes, I have updated some types for the functions I'm using, but it's by no means complete. You can see my current draft here: https://github.com/rscotten/react-redux-firebase/blob/v3.0.0-alpha.6-upgrade-ts-definitions/index.d.ts |
Just got motivated to work on this right now. @prescottprue Any reason why this package has a package.json devDependency of |
@sambokai made some more progress on this. It's still not complete, but if you're in a pinch, you can replace your |
Will try it and report back if i notice anything |
@prescottprue I can submit a PR this weekend. |
@prescottprue I'm working on some types, will open a PR to the |
@prescottprue @idanlo I submitted my PR: #627 |
Just did a pretty big upgrade to the types as part of the v3.0.0-alpha.13 release and am planning to continue updates to them regularly. Going to close this issue for now, but please feel free to open new issues/PRs with your input. Thank you everyone for all for your contributions! |
Hello,
Big fan of this library so far. Great job!
As a Typescript user, I'd like to help out on the Typescript definition file. I've forked the repo and have been upgrading the types on the 3.0.0-alpha.5 branch. I'll make a pull request when ready.
Just to make sure I'm not duplicating anyone's work,
is anybody else was working on this?
The text was updated successfully, but these errors were encountered: