Skip to main content

All Questions

0 votes
0 answers
43 views

Cannot debug Unity project with Firebase Analytics in VSC

I am having a problem when trying to use the debugger in visual studio code for my Unity project. I use Firebase Analytics in my project, and I am able to compile and run my app in the Unity Editor, ...
Fausto Bernardini's user avatar
0 votes
1 answer
91 views

How to set consent properly in Firabse sdk for Unity?

I'm using Firebase analytics and crashlytics in Unity. Anyone got an example of how to properly implement the consent flow? If I'm using cmp (google ump), can I use it for firabase consent? Tried to ...
Moti Monsonego's user avatar
1 vote
0 answers
104 views

Firebase Log Event not showing up in console

I am trying to create a custom firebase log event to check how many players completed a single level in a unity game, but the event I created is not showing up in the console. Here is the log event ...
Dinesh R's user avatar
0 votes
1 answer
89 views

Android Unity - Firebase Console not showing any updates

I have installed Firebase in clean Unity Android project and it is not sending logs to Firebase console. There is no error in the Unity Console. Followed the official documentation. I don't know if it ...
Ali Gilani's user avatar
0 votes
0 answers
79 views

Firebase Custom Event Value is always 0

I am hitting firebase custom event through unity and I am not able to get the event value as shown in the image. It is always 0. view image here I tried sending a double value instead of a string as ...
Akash Jikadra's user avatar
1 vote
0 answers
152 views

What are "ramifications of not including the com.google.android.gms.permission.AD_ID permission in the manifest file when targeting Android 13"?

I'm developing mobile apps using Unity. After installing Firebase Unity SDK, I get the error message when trying to upload by app to Google Play Console: Google Api Error: Invalid request - This ...
mcExchange's user avatar
  • 6,368
0 votes
0 answers
63 views

Firebase Custom Parameters Not Being Displayed

I am sending Custom Parameters as follows enter image description here i also created custom metrics as follows enter image description here but when i try to add comparisons it doesnt show up enter ...
Sherwyn Rodrigues's user avatar
0 votes
1 answer
569 views

Firebase Analytics DebugView doesn't work on iOS (Unity) when ConsentType.AnalyticsStorage = ConsentStatus.Denied

Firebase Analytics DebugView doesn't work on iOS (Unity) when ConsentType.AnalyticsStorage = ConsentStatus.Denied, but when I make it ConsentStatus.Granted, I can see the events in Firebase's ...
Rafael Guerreiro's user avatar
0 votes
1 answer
362 views

How to get user_pseudo_id equivalent in the unity app from firebase sdk?

From Firebase, user_pseudo_id is logged to Bigquery. I am trying to get the matching value to those user_pseudo_ids from the unity project that uses Firebase SDK. FirebaseAnalytics....
Dayanch Akmyradov's user avatar
0 votes
1 answer
177 views

Firebase DebugView doesn't get parameter

I want to log event level_up with two parameters: level and character from Unity. To check events I use DebugView in Firebase. And when I log event with parameters I can see it in DebugView without ...
Constantine Mukhin's user avatar
2 votes
0 answers
144 views

How to see these event parameters for all time in Firebase?

Platform: Unity Plugin version: 10.05.0 When sending logs from Firebase via overload FirebaseAnalytics.LogEvent("hero_level_up", "hero_one", 25); FirebaseAnalytics.LogEvent("...
Alemkhan Utepkaliev's user avatar
0 votes
2 answers
825 views

Undefined symbol error, Unity Project with Firebase Analytics when building Xcode project

I am facing an Undefined symbol error in XCode project and cannot solve it. My latest build app is already used with ARCore, Firebase, and Facebook SDK. And it builds normally on Android and IOS. In ...
Zero Chan's user avatar
1 vote
0 answers
765 views

No data in Firebase Analytics, spotty "last 30 minutes" data

I'm trying to integrate with Firebase Analytics. I was following the guide in https://firebase.google.com/docs/unity/setup and didn't encounter anything that would end up with an error. However, when ...
Mateusz Cicheński's user avatar
0 votes
2 answers
855 views

Unity: None of your spec sources contain a spec satisfying the dependency: `Firebase/Analytics (= 10.0.0)`

We are trying to use Firebase Analytics but when we build our Unity project we get a CocoaPods installation failure: None of your spec sources contain a spec satisfying the dependency: `Firebase/...
joe's user avatar
  • 17.4k
0 votes
1 answer
715 views

Firebase analytics - Unity - time spent on a level

is there any possibility to get exact time spent on a certain level in a game via firebase analytics? Thank you so much 🙏 I tried to use logEvents.
Salf's user avatar
  • 9

15 30 50 per page
1
2 3 4 5