friendlyeats-android icon indicating copy to clipboard operation
friendlyeats-android copied to clipboard

Cloud Firestore Android codelab

Results 13 friendlyeats-android issues
Sort by recently updated
recently updated
newest added

Brought to you by your friendly [Repository Gardener](https://github.com/GoogleCloudPlatform/repository-gardener).

It's year 2024 and we have a modern Jetpack Compose available. It's time to rewrite this codelab in modern Jetpack Compose Kotlin language.

### Step 1: Describe your environment * Android device: Nexus 10 (AVD) * Android OS version: 10 (API 29) * Firebase Emulator version: 13.3.1 * Android Studio version: Android Studio...

`mRegistration = mQuery.addSnapshotListener(this);` "this" is getting me this error. ``` Error:(58, 56) error: incompatible types: FirestoreAdapter cannot be converted to EventListener where VH is a type-variable: VH extends ViewHolder declared...

type: bug

The project is using an incompatible version (AGP 8.2.0) of the Android Gradle plugin. Latest supported version is AGP 8.1.4 See Android Studio & AGP compatibility options.

### Step 1: Describe your environment * Android device: _____ * Android OS version: _____ ### Step 2: Describe the problem: I am having issue to start to Firebase Emulator...

needs-info

startActivityForResult is depricated and app doesnot sign in

needs-info

Following warning is reported by our custom `FirestoreAdapter`, when a user chooses to **filter by a particular _price_** and then **sorts the results by _price_** in the **Filter Dialog**- ```...

type: bug

In the Step - ["**Display data from Firestore**"](https://firebase.google.com/codelabs/firestore-android?index=..%2F..index#6), the provided code does not handle the case of propagating the **Listen errors** to the protected method `onError()` of `FirestoreAdapter`. If propagated,...

It Throws an error when I re-open the FilterDialogFragment, this occurs when I hit **Add Random Items** then clicking back again the filter dialog. ![image](https://user-images.githubusercontent.com/51302519/108118950-055b8f00-70da-11eb-856c-d1434e6a9640.png)

type: bug