简体   繁体   中英

How to set app version on Firebase for web

Using firebase on a website, is there a way to set the app version on user properties? Every new release of the UI, we bump the package version and make it available to the app to use in logs.

I would like to set the app version on user properties, so that we can utilize the firebase app version features.

  • Remote config greater then version
  • Crashes on version
  • user upgraded to latest version
  • ...

I realize the the concept that this is web and users are on the latest version, but with service workers and spa this is just not the case. We have auto prompting for users to update to latest version, but that does not mean someone is on the latest version...

This is currently not available. The app version is one of the automatically collected user properties by the SDK, which is only available for Android and iOS applications.

I'd suggest you reach out to Firebase support and file a feature request for this.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM