thisbejim / Pyrebase

A simple python wrapper for the Firebase API.
2.05k stars 525 forks source link

Pyrebase + Micropyhton + Pi Pico W #440

Open XaviWLD opened 1 year ago

XaviWLD commented 1 year ago

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.initializeapp(config) line) AttributeError: 'module' object has no attribute 'initialize_app'

Kinda new to this process, thanks in advance

Lxstr commented 1 year ago

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

Please see https://github.com/thisbejim/Pyrebase/issues/435