Glenn Maughan
Glenn Maughan
Thanks. I'll follow up with the firebaseui-web project.
FYI, firebaseui-web have this [planned as a feature](https://github.com/firebase/firebaseui-web/issues/836), however it is delayed until the firebase libraries are modularised. Would be great to support this in the angular wrapper when it...
If it is still relevant for you, the following works for me: ``` import * as safeJsonStringify from 'safe-json-stringify'; const s = safeJsonStringify(obj); ```
Thanks @bojeil-google. I look forward to this and the modularization of the library.