Google provides an instance ID server (Google Server Documentation) whereby an instance ID can be passed and the server will return information about that specific instance of an application including the package name, version, platform, etc. It appears that this API service still returns this information if it is passed the new Firebase Installation ID (or the Firebase Installation ID derived from the FCM token). The documentation link above does not note that this API service has been deprecated although the Instance ID service has been flagged as deprecated and replaced with the Firebase Installation ID.
Is this service still supported?