Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a maximum character length for a document.id (auto-generated) in firestore python google cloud

We are using Firestore for our database. Is there a maximum character length for the auto generated document-id ? I cannot seem to find the answer in the docs anywhere.

like image 951
Jack tileman Avatar asked Jan 25 '23 23:01

Jack tileman


1 Answers

The documentation says that the limit for all document IDs is 1500 bytes.

like image 114
Doug Stevenson Avatar answered Jun 19 '23 09:06

Doug Stevenson