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.

consider adding getString getInt getFloat getBool methods #109

@proppy

Description

@proppy

In order to allow things like:

Serial.println(Firebase.getInt("foo"));

instead of the current way that could be more difficult to discover, with a cryptic error message.

Serial.println((int)Firebase.get("foo"));

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions