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.

Add to FirebaseDemo an example of retrieving a subtree instead of a leaf node. #122

Open
@ed7coyne

Description

@ed7coyne

We need examples of using the

JsonObjectSubscript<const char*> operator[](const char* key);
JsonObjectSubscript<const String&> operator[](const String& key);
JsonVariant operator[](JsonObjectKey key) const;

methods on FirebaseObject.

i.e. if your database is

/test/values/value1
/test/values/value2

and you fetch "test/values" show accessing "value1" and "value2".

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions