Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firebase (firebase_admin) #19

Open
KreisburgerGames opened this issue Mar 28, 2023 · 5 comments
Open

Firebase (firebase_admin) #19

KreisburgerGames opened this issue Mar 28, 2023 · 5 comments
Labels
wontfix This will not be worked on

Comments

@KreisburgerGames
Copy link

Request for a port on firebase_admin module

@pmp-p
Copy link
Member

pmp-p commented Mar 28, 2023

please add more information

@KreisburgerGames
Copy link
Author

please add more information

Can you elaborate?

@pmp-p
Copy link
Member

pmp-p commented Mar 29, 2023

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.

@KreisburgerGames
Copy link
Author

KreisburgerGames commented Mar 29, 2023

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."

@pmp-p
Copy link
Member

pmp-p commented Mar 31, 2023

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.

@pmp-p pmp-p added the wontfix This will not be worked on label Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants