1👍
✅
You’re initializing Pyrebase with client-side configuration data. But Pyrebase doesn’t have any built-in support for Firestore, so most likely you’e importing that from elsewhere. If your firestore
comes from the Admin SDK that Firebase itself supports for use in Python code, you’ll need to initialize that SDK too, as shown here in the documentation on setting up Firebase on your server
Source:stackexchange.com