{"library":"pyrebase4","title":"Pyrebase4","description":"A Python wrapper for the Firebase API with updated dependencies, version 4.9.0. Active development with frequent releases.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pyrebase4"],"cli":null},"imports":["import pyrebase"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import pyrebase\n\nconfig = {\n    \"apiKey\": os.environ.get('FIREBASE_API_KEY', ''),\n    \"authDomain\": os.environ.get('FIREBASE_AUTH_DOMAIN', ''),\n    \"databaseURL\": os.environ.get('FIREBASE_DATABASE_URL', ''),\n    \"storageBucket\": os.environ.get('FIREBASE_STORAGE_BUCKET', '')\n}\nfirebase = pyrebase.initialize_app(config)\nauth = firebase.auth()\nuser = auth.sign_in_with_email_and_password(\"test@example.com\", \"password\")\nprint(user)","lang":"python","description":"Initialize Pyrebase with Firebase config and authenticate a user.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}