You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi there
Always take a quick read of the latest issues before posting one firstly so you can see if it's already been asked and see the latest news which in this case is that this repo is unmaintained
I have tried directly emailing the owner and there is no response, so we can assume he has possibly passed or is unreachable sadly
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
The text was updated successfully, but these errors were encountered: