Version 25: Firebase Naming Stability
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.