Rosário P. Fernandes
Rosário P. Fernandes
In the most recent versions of gradle `compile` has been deprecated in favor of `implementation`.
This is a great project and it surely would be helpful for Firebase Developers. Consider [adding](https://github.com/firebase/firebaseopensource.com/issues/new?template=new_project.md) it to [firebaseopensource.com](https://firebaseopensource.com)
This is the implementation of go/rtdb-transaction-ktx which proposes an out-of-the-box suspend function for developers to run transactions on the Realtime Database. TODO: - [ ] Write unit tests
TODO: - [x] update dependencies (`firebase-admin` and `firebase-functions`) - [ ] add snippet tags - [x] add a README.md
Following up on my suggestion to implement [Modern Android App Architecture](https://developer.android.com/jetpack/guide) here, I've come up with a list of actionable tasks which we can discuss in this issue. ### 1....
After seeing #632 , I propose implementing [Bottom Sheet Dialogs](https://material.io/design/components/sheets-bottom.html#) in anko. They'd work similarly to Alert Dialogs: ``` bottomSheet { option(R.drawable.share_icon, "Share") { //On Click action } option(R.drawable.link_icon, "Get...
The `FirebaseInstanceIdService` class has been deprecated in [version 17.1.0](https://firebase.google.com/support/release-notes/android#version_1710). Consequently, the `MyFirebaseInstanceIdService` class in [step 10](https://codelabs.developers.google.com/codelabs/firebase-android/#9) is no longer necessary and should be removed. The code in `onTokenRefresh()` should be...
### Checklist - [x] I have made a material change to the repo (functionality, testing, spelling, grammar) - [x] I have read the [Contribution Guide] and my PR follows them....
Looks like the android module on this codelab is still using `jcenter()` which has been recently [sunset](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/): https://github.com/FirebaseExtended/codelab-friendlyeats-flutter/blob/6f7603c33f2ef0f7e37ff1730991e1982327aa6f/android/build.gradle#L5-L18 The approach we've been taking on Android repos is to replace it...