Is Google Play games services, 'Saved Games' feature deprecated?
On their website Saved Games is not listed as deprecated.
https://developers.google.com/games/services/android/savedgames
However when specifying the Drive scope in code, Android studio gives code hints saying the feature is deprecated and on the Google Drive API website, it states this feature is deprecated.
https://developers.google.com/drive/android
The website advices to migrate to the Drive REST API?
and that website advices to migrate to Firebase Cloud Firestore.
Clients requiring app data storage are strongly encouraged to migrate to a non-Drive solution such as Cloud Firestore.
Any clarity would be appreciated.