Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

pushString does not work #227

Closed
Closed
@alpellegri

Description

@alpellegri

Hi guys,

please change:
String FirebaseArduino::pushString(const String& path, const String& value) {
JsonVariant json(value);
return push(path, json);
}

into:
String FirebaseArduino::pushString(const String& path, const String& value) {
JsonVariant json(value.c_str());
return push(path, json);
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions