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

Couldn't import app_check #773

Open
karambaq opened this issue Mar 5, 2024 · 1 comment
Open

Couldn't import app_check #773

karambaq opened this issue Mar 5, 2024 · 1 comment

Comments

@karambaq
Copy link

karambaq commented Mar 5, 2024

  • Operating System version: macOS Sonoma 14.0
  • Firebase SDK version: 5.4.0
  • Firebase Product: ?
  • Python version: 3.11
  • Pip version: 23.3.2

[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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants