You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Strings with backslashes (\) and control characters other than \n are not serialized properly by exportNode. This results in invalid JSON being written by db.ref('data').export(..)
Will be fixed once #163 is merged (see commit bc3d77c)
Strings with backslashes (
\) and control characters other than\nare not serialized properly byexportNode. This results in invalid JSON being written bydb.ref('data').export(..)Will be fixed once #163 is merged (see commit bc3d77c)