Skip to content

Firebase App Check warnings in the app on registration time #437

Description

@AsadAli93916

“No AppCheckProvider installed. Using placeholder token instead.”This means App Check is not configured yet. Right now it’s only a warning and not breaking functionality, but it affects Firebase Storage security (e.g. profile image uploads) and may cause issues if enforced later.
Required action:
We need to enable Firebase App Check from Firebase Console and set it up in the Flutter app.
What needs to be done:

Enable App Check in Firebase Console (preferably Play Integrity)
Keep it in Monitoring mode first (not enforce)
Add Flutter initialization in app (FirebaseAppCheck.instance.activate(...))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions