You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to FirebaseUI and thanks for submitting an issue!
Please take a look at open issues, as well as resolved issues, to see if your issue is either already being addressed, or has been solved by someone else.
If your issue concerns the CocoaPods error, "...transitive dependencies that include static binaries", please take a look at any of the following issues and see if your problem is solved: #48, #47, #46, #34, #23.
If not, please feel free to fill in the following info so we can help faster!
Step 1: Are you in the right place?
For issues or feature requests related to the code in this repository file a GitHub issue.
For general technical questions, post a question on StackOverflow tagged appropriately.
For help troubleshooting your application that does not fall under one of the above categories, reach out to the personalized Firebase support channel
Step 2: Describe your environment
Objective C or Swift: Swift
FirebaseUI version: 14.2.0
CocoaPods Version: 1.15.2
Step 3: Describe the problem:
I have encountered an issue when log in with email using FirebaseUI, it throws an error says "This type of account isn't supported by this app". It seems related to this issue #1199
So I wanted to upgrade FirebaseUI to the latest version (14.2.4) but I couldn't.
The console says
[!] CocoaPods could not find compatible versions for pod "FirebaseUI":
In Podfile:
FirebaseUI (= 14.2.4)
None of your spec sources contain a spec satisfying the dependency: `FirebaseUI (= 14.2.4)`.
You have either:
* out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
* mistyped the name or version.
* not added the source repo that hosts the Podspec to your Podfile.
Bellow is related part from my podfile:
pod 'FirebaseUI', '14.2.4'
pod 'Firebase/Analytics'
pod 'Firebase/Crashlytics'
pod 'Firebase/RemoteConfig'
pod 'Firebase/InAppMessaging'
pod 'Firebase/Messaging'
The text was updated successfully, but these errors were encountered:
Welcome to FirebaseUI and thanks for submitting an issue!
Please take a look at open issues, as well as resolved issues, to see if your issue is either already being addressed, or has been solved by someone else.
If your issue concerns the CocoaPods error, "...transitive dependencies that include static binaries", please take a look at any of the following issues and see if your problem is solved: #48, #47, #46, #34, #23.
If not, please feel free to fill in the following info so we can help faster!
Step 1: Are you in the right place?
Step 2: Describe your environment
Step 3: Describe the problem:
I have encountered an issue when log in with email using FirebaseUI, it throws an error says "This type of account isn't supported by this app". It seems related to this issue #1199
So I wanted to upgrade FirebaseUI to the latest version (14.2.4) but I couldn't.
The console says
Bellow is related part from my podfile:
The text was updated successfully, but these errors were encountered: