In Google Datastore (or Firestore), if you delete an entity, is it possible for it's entity id to be reused on a newly created entity in the future?
For example:
- I create an entity with an auto allocated id.
- I delete that entity.
- Sometime in the future I create a new entity with an auto allocated id.
Is it possible the new entity could be assigned an id that was previously used?