Other Firebase Components in use: Messaging and Crashlytics (Auth, Database, etc.)
Additional SDKs you are using: Facebook, GameAnalytics, Appmetrica and Appsflyer (Facebook, AdMob, etc.)
Platform you are using the Unity editor on: Windows (Mac, Windows, or Linux)
Platform you are targeting: Android (iOS, Android, and/or desktop)
Scripting Runtime: IL2CPP (Mono, and/or IL2CPP)
[REQUIRED] Please describe the issue here:
We observe approximately 50% abandonment at the first_open event.
Through investigation, we found that certain devices (e.g., Samsung S23 Ultra and S24 Ultra on Android 13 and 14) only log first_open and app_clear_data in the initial session, with no further events recorded.
Local Test Findings: Testing locally on these devices shows that Firebase initializes correctly, and events are sent to the server without any exceptions or errors.
App Clear Data: We have verified that these devices are not manually triggering app_clear_data
Example User at Firebase User Explorer:
(Please list the full steps to reproduce the issue. Include device logs, Unity logs, and stack traces if available.)
We don’t have specific reproduction steps, but during DebugView, events are being sent correctly, and there is no app_clear_data event.
Steps to reproduce:
Have you been able to reproduce this issue with just the Firebase Unity quickstarts (this GitHub project)?
What's the issue repro rate? (eg 100%, 1/5 etc)
What happened? How can we make the problem occur?
This could be a description, log/console output, etc.
If you have a downloadable sample project that reproduces the bug you're reporting, you will
likely receive a faster response on your issue.
Relevant Code:
it might be related with androidManifest file so i will share some of them;
we are using firebase activity:
[REQUIRED] Please fill in the following fields:
[REQUIRED] Please describe the issue here:
We observe approximately 50% abandonment at the first_open event. Through investigation, we found that certain devices (e.g., Samsung S23 Ultra and S24 Ultra on Android 13 and 14) only log first_open and app_clear_data in the initial session, with no further events recorded.
Example User at Firebase User Explorer:
(Please list the full steps to reproduce the issue. Include device logs, Unity logs, and stack traces if available.) We don’t have specific reproduction steps, but during DebugView, events are being sent correctly, and there is no app_clear_data event.
Steps to reproduce:
Have you been able to reproduce this issue with just the Firebase Unity quickstarts (this GitHub project)?
What's the issue repro rate? (eg 100%, 1/5 etc)
What happened? How can we make the problem occur? This could be a description, log/console output, etc.
If you have a downloadable sample project that reproduces the bug you're reporting, you will likely receive a faster response on your issue.
Relevant Code:
it might be related with androidManifest file so i will share some of them; we are using firebase activity:
Some Permissions in use:
Initialization Code: Firebase initializes upon checking dependencies After initialization we start sending events