Open KreisburgerGames opened 1 year ago
please add more information
please add more information
Can you elaborate?
i already did https://github.com/pygame-web/pkg-porting-wasm, there's a README, please read it and i have no idea what firebase_admin is, thank you.
firebase_admin is the module for Google's Firebase, which is a database, a certain database is reached through a .json file dodge-lines-eb5dc0de48f3.zip then recognized through this code:
import firebase_admin
from firebase_admin import firestore
from firebase_admin import credentials
cred = credentials.Certificate('dodge-lines-eb5dc0de48f3.json')
app = firebase_admin.initialize_app(cred)
db = firestore.client()
It is on PyPI "The Firebase Admin Python SDK enables server-side (backend) Python developers to integrate Firebase into their services and applications."
Reading your description i don't think it will ever work as python-wasm is a frontend, not a backend . Also i would not port such complex products "Backed by Google" for free i guess you will need to ask the vendor or fund the project somehow.
Request for a port on firebase_admin module