aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Podfile
Commit message (Collapse)AuthorAge
* Add Auth interoperability library. (#1501)Gravatar Ryan Wilson2018-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Auth interoperability library. This allows other SDKs to retrieve the user ID and fetch a new Auth token in a type-safe way through the Core container. * Remove unnecessary import. * Add missing copyright. * Resolve comments. - Remove unnecessary umbrella header. - Move to version 1.0. - Add tvOS support for app lifecycle changes. * Move public interop headers to private. * Add public_header_files too. * Moved headers back into public. * Shorten Interoperability and Interoperable to Interop. * Add AuthInterop to travis linting. * Fixed tag format in AuthInterop.podspec. * Add AuthInterop path to Firestore Podfile.
* Split GoogleUtilities from FirebaseCore (#1370)Gravatar Paul Beusterien2018-07-06
|
* Update versions for Release 5.4.0Gravatar Paul Beusterien2018-06-27
|
* Version updates for Firebase 5.3.0 (#1406)Gravatar Paul Beusterien2018-06-13
|
* Version updates for 5.2.0 (#1355)Gravatar davidair2018-05-30
|
* Bump version numbers for 5.1.0 (#1320)Gravatar Ryan Wilson2018-05-23
| | | | | | | | * Bump version numbers for 5.1.0 * Update push pods script for releasing SDKs. * Fix Core library version string.
* Version updates for 5.0.1 (#1272)Gravatar Paul Beusterien2018-05-14
|
* Disable pre-release repos (#1228)Gravatar Paul Beusterien2018-05-04
|
* Remove workaround for Analytics modular header issue (#1142)Gravatar Paul Beusterien2018-04-25
|
* Merge pull request #1102 from firebase/release-4.13.0Gravatar Ryan Wilson2018-04-13
|\ | | | | Release 4.13.0
| * Rename version 4.12.1 to 4.13 (#1092)Gravatar Paul Beusterien2018-04-13
| |
| * Update component versions for 4.12.1Gravatar Paul Beusterien2018-04-11
| |
* | Merge pull request #1067 from firebase/release-4.12.0Gravatar Paul Beusterien2018-04-10
|\| | | | | Release 4.12.0
* | Travis static library testing (#1047)Gravatar Paul Beusterien2018-04-09
| | | | | | | | | | | | * Add Objective C example app for Messaging * Travis static library testing * static lib build fixes
| * Update component versions for 4.12.0 (#1024)Gravatar Ryan Wilson2018-04-04
|/
* Version bumps for 4.11.0 (#919)Gravatar Paul Beusterien2018-03-14
|
* Merge Release 4.10.1 into Master (#896)Gravatar zxu2018-03-09
| | | | | | | | | | | | | | | | | | | | | | | * Version bumps for Firebase 4.10.1 (#891) * Minimal fix for b/74357976 (#890) Fixes b/74357976 which caused unauthenticated users to be unable to reach the Firestore backend and updates the changelog. * Copy all C++ strings to NSString where they're not obviously safe (#893) This fixes a known instances of memory corruption where in FSTLevelDBMutationQueue, the NSString view was retained for later, and the incorrect user was used, causing b/74381054. gRPC does not necessarily copy its string argumnets and if our hostname were configured to a non-default one it's possible that we could corrupt the host cache too. All remaining usages of util::WrapNSStringNoCopy are obviously safe: passed into logging or other known transient usages. * fix lint
* Version bumps for Firebase 4.10.0 (#859)Gravatar Paul Beusterien2018-02-27
|
* Version bumps for 4.9.0 (#774)Gravatar Paul Beusterien2018-02-08
|
* Version updates to 4.8.2 (#722)Gravatar Paul Beusterien2018-01-27
|
* Version bump for 4.8.1 ReleaseGravatar Benoit St-Pierre2018-01-11
| | | | Updated the version numbers of pods which are being released in 4.8.1
* Add Community Supported tvOS (#590)Gravatar Paul Beusterien2018-01-03
| | | | | | | Add Community Supported tvOS for Core, Auth, Database and Storage. Add tvOS unit tests Add tvOS sample app Update README.md Add tvOS to travis testing
* Update component versions for Firebase 4.8.0 (#561)Gravatar Kyle Ju2017-12-12
|
* Add post_install workaround to enable internal component access to Analytics ↵Gravatar Paul Beusterien2017-12-02
| | | | (#525)
* Add Analytics test target and build tests for deprecated headers (#520)Gravatar Paul Beusterien2017-12-01
|
* Core is now 4.7.0Gravatar Paul Beusterien2017-12-01
|
* Buildable and interoperable source pods (#444)Gravatar Paul Beusterien2017-11-21
|
* Update Auth samples to use latest InstanceID (#299)Gravatar Paul Beusterien2017-09-20
|
* Merge branch 'release-4.2.0' into pb-merge-4.2.0Gravatar Paul Beusterien2017-09-20
|\
| * Update FirebaseCommunity 0.1.2 to use latest InstanceID (#293)Gravatar Paul Beusterien2017-09-20
| |
* | Consolidate AuthSamples into main Firebase Xcode project (#288)Gravatar Paul Beusterien2017-09-19
|/
* Rename FirebaseDev to FirebaseCommunity (#98)Gravatar Paul Beusterien2017-06-22
|
* macOS (#38)Gravatar Mathew Huusko V2017-06-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Example/Core: create macOS app/tests target * Example/Core: Core_Example/Tests -> Core_Example/Tests_iOS * Example/Core: macOS building/tests passing * Example/Database: separate iOS/macOS targets * BuildFrameworks: macOS * .travis.yml, test.sh: AllUnitTests -> AllUnitTests_iOS * test.sh: add AllUnitTests_macOS * Example/Storage: Example/Tests->_iOS * Example/Storage: macOS * test.sh: try to prevent double error 65 * test.sh: build before test * Example/Auth|Messaging: -> _iOS * Example/Auth: macOS build * Example/Auth: macOS passing * Example/Firebase: pod de/re-integrate; fix static DerivedData references; copy phase for OCMock * Example/Firebase: manually copied OCMock, Products Dir vs. Frameworks * Example/Firebase: copied OCMock, prevent header removal * Example/Storage: integration tests sdk fix * Example/Auth: macOS exclude FIRAuthAppCredentialManager; cleanup * Firebase/Core: remove nullability annotation * Firebase/Core|Database: correct TARGET_X usage for correctness and anticipation of OS_WATCH|TV branches * build.swift: style fix * Firebase/Core: FIRLogger: fix macOS intermittent va_list error
* InitialGravatar Paul Beusterien2017-05-15