Skip to content

Pyrebase + Micropyhton + Pi Pico W #440

@XaviWLD

Description

@XaviWLD

Hi everyone, I have a simple question:

Is there any way to use Pyrebase on a Pi Pico W using Micropython? I don't see any information online, so I'm not sure if it's a stupid question.

After import pyrebase, define config for pyrebase, connect to WiFi and:

firebase = pyrebase.initialize_app(config)

Output's:

connected
ip = 192.168.1.133
Traceback (most recent call last):
File "", line 42, in (that's the firebase = pyrebase.initialize_app(config) line)
AttributeError: 'module' object has no attribute 'initialize_app'

Kinda new to this process, thanks in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions