I am trying to understand / anticipate the security considerations associated with using firebase as a backend.
The docs cover user authentication and input validation, but I cannot find any discussion of the risk associated with malicious users trying to insert javascript into the database.
Is it possible that javascript can be included in an input field that is stored in the database, which can then be executed later when this code is extracted and displayed elsewhere?
Or maybe the bomb data is dropped or sanitized anyway?
source share