0

The Realtime API deprecation page says it will be possible to use: https://developers.google.com/drive/v2/reference/realtime/get even after the RealTime API is shot down.

Will it also be possible to update real time documents using this? https://developers.google.com/drive/v2/reference/realtime/update

As far as I understand these are only exports/imports so it should work even after the RealTime API infrastructure is gone.

Jaroslav Benc
  • 560
  • 3
  • 13
  • I think so, but you can [import realtime data to Cloud Firestore](https://developers.google.com/google-apps/realtime/migration#importing_realtime_data_to_cloud_firestore). This way you can readily change your realtime codes if first option (use realtime.get and realtime.update) fails. – Mr.Rebot Dec 22 '17 at 15:54
  • Thanks Mr. Rebot. The issue with using Cloud Firestore is that it's not build on the top of Google Drive which makes managing and sharing files really easy. We are planning to use simple JSON files inside Google Drive together with Firebase, however, it would be great if the old realtime files behave as JSON files on Google Drive so that users can keep using old realtime documents. – Jaroslav Benc Dec 23 '17 at 07:38

0 Answers0