-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
Create Jetpack Compose versions of the quickstarts #1457
Comments
I would like to work on crash please! |
I would like to work on storage, please 😎 |
@millandavid @LokiFrostGiant Assigned both of you. Go for it :) |
I would like to work on firestore, please. |
@Joel-K-Muraguri Sure, assigned to you. Be sure to checkout the compose branch |
I would like to work on storage. |
@Eff4real I'm afraid Storage is already taken. You may choose a quickstart that doesn't have any assignee. |
Hi @thatfiredev, I would like to work on dynamiclinks, if that's okay. |
@argzdev Sure thing, assigned it to you :) |
Hello @thatfiredev, I would like to work on Functions. |
@AlbertoYabeda sure, assigned to you |
Hi @thatfiredev, I'd like to work on inappmessaging, please. |
@argzdev go for it :) |
Hi @thatfiredev, I would like to work on messaging, if that's okay? |
@lehcar09 For sure! Assigned it to you |
Hi @thatfiredev, I would like to work on appdistribution, if that's okay. |
Hi @thatfiredev, I would like to work on perf. |
Simply commenting to update that I am now resuming work on storage! |
Hi @thatfiredev, I'd like to work on Analytics, please. |
@lehcar09 assigned to you. I have yet to review your FCM PR, I'll find some time next week, but you can go ahead and get started with Analytics. |
Hi @thatfiredev, can I work on database? |
@b1no0019 For sure, go for it |
We're currently working on creating Jetpack Compose versions of each quickstarts. This public issue should serve as an Implementation Tracker for it.
We're moving all the calls to Firebase/Google Services from Kotlin Activities/Fragments to a ViewModel, where possible. The idea is that the current Kotlin+XML quickstarts should share the same ViewModel as the Compose ones.
All the work is currently being done in the compose branch and will be merged into the main branch once all quickstarts are done.
If you'd like to contribute to this effort, feel free to comment bellow which quickstart you'd like to work on and I'll assign it to you.
The text was updated successfully, but these errors were encountered: