-
Notifications
You must be signed in to change notification settings - Fork 531
Open
Description
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
Labels
No labels