Skip to content

firebase::database::MutableData bug #17

@feixuwu

Description

@feixuwu

firebase::database::MutableData have too many bugs,
for example:
a simple test, in transaction function:

std::vectorfirebase::database::MutableData xxList;
xxList.push_back(data->Child("xxsdd") );
xxList[0].set_value("aaaa");

then will crash, seems like if I keep the MutableData on heap memory, then will crash.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions