| Method and Description |
|---|
| com.google.cloud.firestore.DocumentReference.getCollections() |
| com.google.cloud.firestore.Firestore.getCollections() |
| com.google.cloud.firestore.FirestoreOptions.Builder.setTimestampsInSnapshotsEnabled(boolean)
This setting now defaults to true and will be removed in a future release. If you
are already setting it to true, just remove the setting. If you are setting it to false,
you should update your code to expect
Timestamps
instead of Dates and then remove the setting. |
Copyright © 2019 Google LLC. All rights reserved.