pygame-web / pygbag

python and pygame wasm for everyone ( packager + test server + simulator )
https://github.com/pygame-web
MIT License
319 stars 36 forks source link

Pygbag firebase_admin not found #79

Closed KreisburgerGames closed 1 year ago

KreisburgerGames commented 1 year ago

When I launch pygbag I try to use firebase, it says in the debug: PKG NOT FOUND : want='firebase_admin', resume=<function <module> at 0x81ef88>, ex=ModuleNotFoundError("No module named 'firebase_admin'") Is there a way to fix this or is Firebase just not supported?

pmp-p commented 1 year ago

requests for extra modules goes here https://github.com/pygame-web/pkg-porting-wasm as they are outside pygbag scope which is packaging not compilation (yet).