firebase / firebase-admin-python

Firebase Admin Python SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
988 stars 300 forks source link

Couldn't import app_check #773

Open karambaq opened 3 months ago

karambaq commented 3 months ago

[REQUIRED] Step 3: Describe the problem

Error while importing app_check as in documentation https://firebase.google.com/docs/app-check/custom-resource-backend

Steps to reproduce:

pip install firebase_admin

python -c "import firebase_admin; from firebase_admin import app_check"

ERROR:

ImportError: cannot import name 'app_check' from 'firebase_admin'

Relevant Code:

import firebase_admin
from firebase_admin import app_check
google-oss-bot commented 3 months ago

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.