Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase Web Analytics: What is App version and how to set it

Hi I have been trying the new web analytics for my firebase projects and I see an App version user property as seen below. However with some research I could not figure out how to set this property or what it really means in terms of my Firebase web app, since on web there is (AFAIK) no app version config or place to set it.

Via Help it says:

The versionName (Android) or the Bundle version (iOS).

My app is a web app...

enter image description here

So how can I change this "app version" ?

I read a couple of help pages such as https://firebase.google.com/docs/remote-config https://support.google.com/firebase/answer/6317486?hl=en https://support.google.com/analytics/topic/9355655?hl=en&ref_topic=9353537

like image 942
Jimmy Kane Avatar asked Oct 04 '19 12:10

Jimmy Kane


People also ask

What is an app in Firebase?

Google Firebase is a Google-backed application development software that enables developers to develop iOS, Android and Web apps. Firebase provides tools for tracking analytics, reporting and fixing app crashes, creating marketing and product experiment.


2 Answers

From what I understand so far that number 8 is just the visitors/events and the panel just lucks the app version info looking very confusing.

example enter image description here

So under the top app version you get the events/visits not the app version since it doesn't exist/defined.

UI could have been better

like image 85
Jimmy Kane Avatar answered Oct 06 '22 20:10

Jimmy Kane


For web apps I believe that the property is called "app_version". Web app versions don't show up for me either in the "Top app version" view. It seems like a missing feature in Firebase Analytics. I say this because the Typescript types for firebaseApp.analytics().logEvent suggests that the eventParams can have a field called app_version.

From firebase@7.6.2

like image 36
larssin Avatar answered Oct 06 '22 20:10

larssin