FIRGameCenterAuthProvider
@interface FIRGameCenterAuthProvider : NSObjectA concrete implementation of AuthProvider for Game Center Sign In. Not available on
       watchOS.
- 
                  
                  Creates an AuthCredentialfor a Game Center sign in.DeclarationObjective-C + (void)getCredentialWithCompletion: (nonnull void (^)(FIRAuthCredential *_Nullable, NSError *_Nullable))completion;
- 
                  
                  This class is not meant to be initialized. DeclarationObjective-C - (nonnull instancetype)init;