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 two step initialization #58

Closed
Closed
@proppy

Description

@proppy

In order to follow pattern from other Arduino library and play nicely with setup() and loop() lifecycle, we should support two step initialization.

Firebase fbase;

void setup() {
   fbase.begin("url", "auth");
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions