Firebase User ID Allowed Characters
I am creating a key combining two Firebase user IDs, such as . Would anyone know the character set of which Firebase User IDs are comprised of? Ideally, the delimiter should not be in the possible character set forming the Firebase user IDs. (P.S.: Am planning on using underscore "_" or double underscore "__" as the delimiter). The auto generated latest version Firebase uids are alphanumeric with no dashes or underscores. The previous version of Firebase used uuid for uids. So those contained dashes. That said, if you are creating your own users via the admin sdk, you can specify dashes and