[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-11 UTC."],[],[],null,["# FirebaseAppCheck Framework Reference\n\nFIRAppCheckProviderFactory\n==========================\n\n @protocol FIRAppCheckProviderFactory \u003cNSObject\u003e\n\nThis protocol defines the interface for classes that can create Firebase App Check providers.\n- `\n ``\n ``\n `\n\n ### [-createProviderWithApp:](#/c:objc(pl)FIRAppCheckProviderFactory(im)createProviderWithApp:)\n\n `\n ` \n Creates a new instance of a Firebase App Check provider. \n\n #### Declaration\n\n Objective-C \n\n - (nullable id\u003c../Protocols/FIRAppCheckProvider.html\u003e)createProviderWithApp:(nonnull FIRApp *)app;\n\n #### Parameters\n\n |-------------|----------------------------------------------------------|\n | ` `*app*` ` | An instance of `FirebaseApp` to create the provider for. |\n\n #### Return Value\n\n A new instance implementing `AppCheckProvider` protocol."]]