FirebaseCombine-unit-Bridging-Header.h 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. // Copyright 2020 Google LLC
  2. //
  3. // Licensed under the Apache License, Version 2.0 (the "License");
  4. // you may not use this file except in compliance with the License.
  5. // You may obtain a copy of the License at
  6. //
  7. // http://www.apache.org/licenses/LICENSE-2.0
  8. //
  9. // Unless required by applicable law or agreed to in writing, software
  10. // distributed under the License is distributed on an "AS IS" BASIS,
  11. // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. // See the License for the specific language governing permissions and
  13. // limitations under the License.
  14. #import "SharedTestUtilities/FIRComponentTestUtilities.h"
  15. #import "SharedTestUtilities/FIROptionsMock.h"
  16. // Firebase Core
  17. #import "FirebaseCore/Extension/FirebaseCoreInternal.h"
  18. // Firebase Auth
  19. #import <FirebaseAuth/FIRAuth.h>
  20. #import <FirebaseAuth/FirebaseAuth.h>
  21. #import "FirebaseAuth/Sources/Auth/FIRAuthGlobalWorkQueue.h"
  22. #import "FirebaseAuth/Sources/Auth/FIRAuth_Internal.h"
  23. #import "FirebaseAuth/Sources/AuthProvider/FIRAuthCredential_Internal.h"
  24. #import "FirebaseAuth/Sources/AuthProvider/GameCenter/FIRGameCenterAuthCredential.h"
  25. #import "FirebaseAuth/Sources/AuthProvider/OAuth/FIROAuthCredential_Internal.h"
  26. #import "FirebaseAuth/Sources/Backend/FIRAuthBackend.h"
  27. #import "FirebaseAuth/Sources/Backend/RPC/FIRCreateAuthURIRequest.h"
  28. #import "FirebaseAuth/Sources/Backend/RPC/FIRCreateAuthURIResponse.h"
  29. #import "FirebaseAuth/Sources/Backend/RPC/FIRDeleteAccountRequest.h"
  30. #import "FirebaseAuth/Sources/Backend/RPC/FIRDeleteAccountResponse.h"
  31. #import "FirebaseAuth/Sources/Backend/RPC/FIREmailLinkSignInRequest.h"
  32. #import "FirebaseAuth/Sources/Backend/RPC/FIREmailLinkSignInResponse.h"
  33. #import "FirebaseAuth/Sources/Backend/RPC/FIRGetAccountInfoRequest.h"
  34. #import "FirebaseAuth/Sources/Backend/RPC/FIRGetAccountInfoResponse.h"
  35. #import "FirebaseAuth/Sources/Backend/RPC/FIRGetOOBConfirmationCodeRequest.h"
  36. #import "FirebaseAuth/Sources/Backend/RPC/FIRGetOOBConfirmationCodeResponse.h"
  37. #import "FirebaseAuth/Sources/Backend/RPC/FIRGetProjectConfigRequest.h"
  38. #import "FirebaseAuth/Sources/Backend/RPC/FIRGetProjectConfigResponse.h"
  39. #import "FirebaseAuth/Sources/Backend/RPC/FIRResetPasswordRequest.h"
  40. #import "FirebaseAuth/Sources/Backend/RPC/FIRResetPasswordResponse.h"
  41. #import "FirebaseAuth/Sources/Backend/RPC/FIRSecureTokenRequest.h"
  42. #import "FirebaseAuth/Sources/Backend/RPC/FIRSecureTokenResponse.h"
  43. #import "FirebaseAuth/Sources/Backend/RPC/FIRSendVerificationCodeRequest.h"
  44. #import "FirebaseAuth/Sources/Backend/RPC/FIRSendVerificationCodeResponse.h"
  45. #import "FirebaseAuth/Sources/Backend/RPC/FIRSetAccountInfoRequest.h"
  46. #import "FirebaseAuth/Sources/Backend/RPC/FIRSetAccountInfoResponse.h"
  47. #import "FirebaseAuth/Sources/Backend/RPC/FIRSignInWithGameCenterRequest.h"
  48. #import "FirebaseAuth/Sources/Backend/RPC/FIRSignInWithGameCenterResponse.h"
  49. #import "FirebaseAuth/Sources/Backend/RPC/FIRSignUpNewUserRequest.h"
  50. #import "FirebaseAuth/Sources/Backend/RPC/FIRSignUpNewUserResponse.h"
  51. #import "FirebaseAuth/Sources/Backend/RPC/FIRVerifyAssertionRequest.h"
  52. #import "FirebaseAuth/Sources/Backend/RPC/FIRVerifyAssertionResponse.h"
  53. #import "FirebaseAuth/Sources/Backend/RPC/FIRVerifyClientRequest.h"
  54. #import "FirebaseAuth/Sources/Backend/RPC/FIRVerifyClientResponse.h"
  55. #import "FirebaseAuth/Sources/Backend/RPC/FIRVerifyCustomTokenRequest.h"
  56. #import "FirebaseAuth/Sources/Backend/RPC/FIRVerifyCustomTokenResponse.h"
  57. #import "FirebaseAuth/Sources/Backend/RPC/FIRVerifyPasswordRequest.h"
  58. #import "FirebaseAuth/Sources/Backend/RPC/FIRVerifyPasswordResponse.h"
  59. #import "FirebaseAuth/Sources/Backend/RPC/FIRVerifyPhoneNumberRequest.h"
  60. #import "FirebaseAuth/Sources/Backend/RPC/FIRVerifyPhoneNumberResponse.h"
  61. #import "FirebaseAuth/Sources/Utilities/FIRAuthErrorUtils.h"
  62. #import "FirebaseAuth/Sources/Utilities/FIRAuthURLPresenter.h"
  63. #import "FirebaseAuth/Sources/Utilities/FIRAuthWebUtils.h"