-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add instruction for submodules installation process. #1976
Comments
It is pity to hear that However, I would like to download ready-to-use framework without unzipping anything. If this link is correct, it is great cause I would like to update framework when I want. It doesn't have any version, of course, however, It is bless and curse in the same time.
You could add any accessors to specify version that I would like to download via curl.
Alternative approach:
I would be happy to use firebase without CocoaPods reign. |
@lolgear We're not likely to add a fourth distribution method anytime soon, after CocoaPods, zip distribution, and the still experimental Carthage. Do the Carthage url's work for you? For example, if you look at the json files listed at https://github.com/firebase/firebase-ios-sdk/blob/master/Carthage.md#carthage-usage, you'll see that they include versioned links like https://dl.google.com/dl/firebase/ios/carthage/5.10.0/Auth-3f696827a526e8e2.zip |
I choose It has a json object with Does this object include all supported/existing versions?
|
Closing for now. Can reopen with more discussion. |
@paulb777 But all manual work could be eliminated by using submodules or/and by drag-and-drop Firebase project into target project. |
If the goal is to get rid of manual work, CocoaPods is the best option. Any solution involving dragging and dropping - whether its the zip distribution, Carthage, or Rome - requires several additional configuration steps to set up search paths, linker options, modules, etc. |
@paulb777 In your complex case with resources. Well, it is weird enough. I have a framework with nearly 200-400 localized strings (lol, count it - 389) and nearly 200 images - everything fit well into framework native bundle. ( Be honest, one item doesn't fit well in case of its nature - Of course, I have changed everywhere accessors to However, I would like to have your main project/workspace which contain all targets with correct settings that I could only drag and drop into my project without any whistle. Why so? |
[READ] Step 1: Are you in the right place?
file a Github issue.
with the firebase tag.
google group.
of the above categories, reach out to the personalized
Firebase support channel.
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
Please, add instructions for manual ( via submodules ) installation.
Also, could you add binaries
/latest
link which would contain latest binary?It would be nice to have this link to update binary by simple
git pull
.The text was updated successfully, but these errors were encountered: