Skip to content

Version 25: Firebase Naming Stability

Compare
Choose a tag to compare
@LaughDonor LaughDonor released this 11 May 17:00

This release allows for virtually any Collection, Document, and Field names can be utilized. International characters and most symbols are supported.

Since API projects.databases.documents/createDocument does not properly handle escaped document names, document creation is handled by the patch endpoint.

Field names have been internally wrapped with the backtick (`) character as recommended.

If any characters are found to not be handled properly, please create an issue with the character(s) to address.