-
Notifications
You must be signed in to change notification settings - Fork 486
Closed
Description
- Objective C or Swift: Swift
- iOS version: iOS 14.1
- Firebase SDK version: 7.11.1
- FirebaseUI version: master branch
- CocoaPods Version: Swift Package Manager
Step 3: Describe the problem:
When using with FirebaseUI with SPM, FUIGoogleAuth cannot be found in the project. Since I can find it in the spm packages, I assume that something is not exported right.
Steps to reproduce:
- Add FirebaseUI with SPM
- Try to import and use FUIGoogleAuth
Observed Results:
- Cannot find *FUIGoogleAuth' in scope
Expected Results:
- Can find and use FUIGoogleAuth

