First Time contribution #66
-
I can help to speed up the process . |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
Same here. Me and my team (3 other developers ~2 yrs experience with flutter, dart and javascript) would love to help. But we have no idea where to start. |
Beta Was this translation helpful? Give feedback.
-
Here is the Roadmap. I contributed the cloud_functions api a while back and I can share what my opinion is and what I learned, but I'll defer to @pr-Mais who seems to be leading this effort. @pr-Mais is still working on finishing auth. But the main pieces should be available in core / auth to start working on the next steps. I would pick one of the simple next step packages listed in the roadmap (copied below) and let @pr-Mais know which one you are working on so that work is not duplicated:
I encourage working on one of the simpler packages that is next in the Roadmap and not tackling something huge like database or firestore for a few reasons:
Next I would look at how the existing projects are structured
Functions was simple enough that I got it done in just a couple of PRs
More detailed steps with links to auth examples:
|
Beta Was this translation helpful? Give feedback.
Here is the Roadmap.
#52
I contributed the cloud_functions api a while back and I can share what my opinion is and what I learned, but I'll defer to @pr-Mais who seems to be leading this effort.
@pr-Mais is still working on finishing auth. But the main pieces should be available in core / auth to start working on the next steps.
I would pick one of the simple next step packages listed in the roadmap (copied below) and let @pr-Mais know which one you are working on so that work is not duplicated:
I encourage working on one of the simpler packages that is next in the Roadmap and not tackling something huge like database or firestore for …