aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Firebase.xcodeproj
Commit message (Collapse)AuthorAge
* Separate Xcode project and tests for GoogleUtilities (#1521)Gravatar Paul Beusterien2018-07-12
|
* Move GoogleUtilities out of Firebase directory (#1516)Gravatar Paul Beusterien2018-07-11
|
* Remove one more umbrella header import in Auth Tests (#1502)Gravatar Paul Beusterien2018-07-09
| | | | | | | * Remove one more umbrella header import in Auth Tests * Add -ObjC for Auth Mac * Scheme cleanups * Make sure the FirebaseAuth framework gets linked for tvOS
* Split GoogleUtilities from FirebaseCore (#1370)Gravatar Paul Beusterien2018-07-06
|
* Add FirebaseCore component interoperability. (#1437)Gravatar Ryan Wilson2018-06-28
| | | | | | | | | | | | | * Add FirebaseCore component interoperability. This puts in place the system that will allow SDKs to register with Core and retrieve functionalities provided by other SDKs. * Updated documentation. * Add copywrite, fix log messages. * Explicitly import headers from Private dir
* Disable sanitizers (#1456)Gravatar Paul Beusterien2018-06-26
|
* Always run sanitizers with AllUnitTests_iOS (#1447)Gravatar Paul Beusterien2018-06-25
| | | | | * Always run sanitizers with AllUnitTests_iOS * increase timeout value
* Add public FIRAnalyticsConfiguration tests. (#1361)Gravatar Ryan Wilson2018-05-30
|
* mergeGravatar Paul Beusterien2018-05-08
|\
* | Add -all_load to Firebase unit test runs (#1226)Gravatar Paul Beusterien2018-05-04
| |
| * Remove workaround for Analytics modular header issue (#1142)Gravatar Paul Beusterien2018-04-25
|/
* Eliminate an Auth tvOS build warning (#1159)Gravatar Paul Beusterien2018-04-24
|
* Add unit tests for FirebaseCore (#751)Gravatar Benoit St-Pierre2018-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add unit tests for FIRMutableDictionary Basic unit tests to increase overall code coverage. * Add unit tests for FIRReachabilityChecker Basic unit tests to increase overall test coverage. * Add unit tests for FIRNetwork Basic unit tests to increase overall test coverage. This also includes a mock HTTP server to serve mock network responses through the network stack. * Remove +internal from imports This was unnecessary. * Move Example/Tests/Core/Utils files to Example/Tests/Core This simplifies build files to include the correct dependencies I had also missed some tvOS test fixes. * PR Feedback Fixed some style issues and updated GTMHTTPServer comments. * Moved GTMHTTPServer.h into third_party directory * Revert Firebase Xcode project for merging. * Add tests to project file.
* Match previous systemVersion functionality (#1120)Gravatar Ryan Wilson2018-04-16
| | | | | | | | * Match previous systemVersion functionality * style.sh * Add new test file to test targets
* 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 unit test options for with or without use_frameworks (#1037)Gravatar Paul Beusterien2018-04-06
|
* Migrate Firebase off ObjC module @import statements (#992)Gravatar Ben Hamilton (Ben Gertzfield)2018-03-29
| | | | | | | | | | | * Migrate Firebase off @import statements * - Migrate tests and test utils from @import to #import. - Update Xcode projects for tests to explicitly link in framework deps. - Update check_no_module_imports.sh to look for @imports in tests/test utils/ integration tests. * Ensure check_no_module_imports.sh explicitly exits with code 0 on success.
* Remove FIRMessagingInstanceIDProxyGravatar Morgan Chen2018-03-27
|
* Adds Email link sign-in (#882)Gravatar Paul Beusterien2018-03-07
|
* Cleaning up implicit retain for the RTDB and StorageGravatar Sebastian Schmidt2018-02-13
|
* 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
* Add Analytics test target and build tests for deprecated headers (#520)Gravatar Paul Beusterien2017-12-01
|
* Buildable and interoperable source pods (#444)Gravatar Paul Beusterien2017-11-21
|
* Add images and icons to silence Xcode 9 warnings (#396)Gravatar Paul Beusterien2017-10-20
|
* Remove Stubs.swift from Auth_Example build target (#317)Gravatar Paul Beusterien2017-09-26
|
* User meta data (#292)Gravatar Zsika Phillip2017-09-21
| | | | | | | | | | | | * Add user metadata * Small improvements * Addresses comments * Fixes broken tests Adds FIRUserMetadata to unbrella file.
* Consolidate AuthSamples into main Firebase Xcode project (#288)Gravatar Paul Beusterien2017-09-19
|
* Move mugs derived code to third_party with proper LICENSE (#247)Gravatar Paul Beusterien2017-09-13
|
* Add FirAuthUrlPresenter (#222)Gravatar Zsika Phillip2017-09-01
| | | * Adds FIRAuthURLPResenter and FIRAuthUIDelegate
* Adds missing unit tests to the Example project and fixes one test case. (#224)Gravatar Xiangtian Dai2017-08-30
|
* Add get Auth domain RPC (#214)Gravatar Zsika Phillip2017-08-24
| | | | | | | | | | * Add get Auth domain RPC * Fixes indentation * Addresses comments * ran tests on Example/Firebase.xcodeproj
* Update Firebase.xcodeproj with CocoaPods 1.3.1 perf improvements (#189)Gravatar Paul Beusterien2017-08-11
| | | | | | * Remove "OSX" cruft (should be macOS) * Update travis to use CocoaPods 1.3.1 * Update AuthSamples project as well
* Use modulemap to fix exposure of FirebaseCore's internal headers (#121)Gravatar Paul Beusterien2017-07-10
|
* Remove Auth/Source/Private - restoring headers to original location (#113)Gravatar Paul Beusterien2017-06-29
|
* Rename FirebaseDev to FirebaseCommunity (#98)Gravatar Paul Beusterien2017-06-22
|
* Restore bundle id and dev team for Messaging iOS (#60)Gravatar Riz2017-06-02
| | | This got lost in the transfer to new Xcode targets. The reasons why Messaging iOS has a specific bundle id is that this bundle is whitelisted for internal Google development, making it easier for folks that work on FCM to test with this app.
* 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
* Remove team value from targets (#44)Gravatar Ibrahim Ulukaya2017-05-31
|
* Add three files in repo despite .gitignoreGravatar Paul Beusterien2017-05-15
|
* InitialGravatar Paul Beusterien2017-05-15