codelab-friendlychat-android
codelab-friendlychat-android copied to clipboard
Firebase FriendlyChat codelab
Hi, i need help. When i was running the starter app, after add google json and sync files, i got error this: ``` ====== Executing tasks: [:build-android-start:app:assembleDebug] in project C:\Users\USER-HP\AndroidStudioProjects\codelab-friendlychat-android...
Hello, So I clicked on the grow friendly chat link and the page showed a 404. Can this be fixed?
After choosing the image to be uploaded, it just shows the spinner indefinitely. The errors mention that "Firebase Storage should be enabled", so once enabled, the image upload works. This...
I see this codelab like others ones was be written in Java, but I don't know if you like the idea of me to export all the code to Kotlin...
Repro steps: Set minifyEnabled to true Expected behavior: App continues to work Actual behavior: App crashes on startup with error like: com.google.firebase.database.d: No properties to serialize found on class com.google.firebase.codelab.friendlychat.a...
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...
Image is uploaded in firebase but not showing in device, only buffering
**com.google.firebase:firebase-analytics** dependency was change to **com.google.firebase:firebase-core**. The code is not updated with this change.
This [official codelab][1] says: > - Run the updated application. - Hit the device's home button (or otherwise send the app to the background). - In Firebase console select Cloud...
Looks like the instructions for Test Lab should include the following in app/build.gradle androidTestImplementation 'com.android.support.test:rules:1.0.2' Otherwise, developers are faced with the following errors when running build in Firebase Test Lab:...