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

Firebase Quickstart Samples for Android

Results 89 quickstart-android issues
Sort by recently updated
recently updated
newest added

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....

### Step 1: Describe your environment * Android device: Xperia XA1 * Android OS version: 8.0.0 * Google Play Services version: 4.3.0 * Firebase/Play Services SDK version: 18.0.0 ### Step...

api: remoteconfig
needs-attention

java.lang.ClassCastException: at com.google.android.gms.iid.zzh.onServiceConnected (zzh.java:4) at android.app.LoadedApk$ServiceDispatcher.doConnected (LoadedApk.java:1631) at android.app.LoadedApk$ServiceDispatcher$RunConnection.run (LoadedApk.java:1660) at android.os.Handler.handleCallback (Handler.java:789) at android.os.Handler.dispatchMessage (Handler.java:98) at android.os.Looper.loop (Looper.java:172) at android.app.ActivityThread.main (ActivityThread.java:6637) at java.lang.reflect.Method.invoke (Method.java) at com.android.internal.os.Zygote$MethodAndArgsCaller.run (Zygote.java:240) at com.android.internal.os.ZygoteInit.main...

### Step 1: Describe your environment * Android device: Nokia 1 * Android OS version: 8.1 (API 27) * Google Play Services version: 203915062 * Firebase/Play Services SDK version: firebase-bom:26.0.0/google-services:4.3.4...

### My environment * Android device: Various Device (emulator, some old android device that i borrow from friend *i forgot to write down their device name, its come from lenovo*)...

api: messaging

We are trying to set a custom name or class name to the screen of the `screen_view` event but the event is sent twice even if we do it inside...

api: analytics

The push message is like ``` "notification" : { "body" : "This is a Firebase Cloud Messaging", "title" : "FCM Message", "sound":"custom" } ``` And the custom.mp3 is in /res/raw...

type: question
api: messaging

push notification display in my app in android 8 and later when app is open but when app are in bakground or killed dont display but in lower version i...

Environment: Android device: OnePlus 5 A5000 Android OS Version: 8.1 (27) Google Play Services version: 11.8.0 Firebase/Play Services SDK version: 11.8.0 According by Dynamic Links docs: > You must call...

api: dynamiclinks
internal-bug-filed

Firebase Push Notification play first a sound at raw for phones above SDK 26. - raw 1. car_park_empty.m4a 2. car_park_full.m4a remoteMessage.notification { "sound":"car_park_full", "android_channel_id":"default_channel_id", "data":{"carParkStatus":"true"} } playing a sound for...