aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example
Commit message (Collapse)AuthorAge
* Rename FirebaseDev to FirebaseCommunity (#98)Gravatar Paul Beusterien2017-06-22
|
* Adds NSSecureCoding unit tests for FIRUser (#74)Gravatar Zsika Phillip2017-06-07
| | | * Adds unit tests for NSSecureCoding for FIRUser
* Add Foundation import so TARGET_OS_IOS or other TARGET_OS_* gets defined (#71)Gravatar Paul Beusterien2017-06-06
|
* 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.
* Fix build break from macOS - Auth merge (#59)Gravatar Paul Beusterien2017-06-02
|
* 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
* Handle missing email error (#54)Gravatar Zsika Phillip2017-06-01
| | | | | Adds appropriate error handling for missing email in the createUserWithEmail:password:completion: flow. Also fixes a few typos.
* Remove team value from targets (#44)Gravatar Ibrahim Ulukaya2017-05-31
|
* Adds GoogleService-Info_multi.plist to the Auth Sample (#33)Gravatar Xiangtian Dai2017-05-25
| | | | | | | | | * Adds GoogleService-Info_multi.plist to the Auth Sample so it no longer crashes on the settings view. * Also relaxes requirement of time differences in unit tests because Travis is slower. * Relaxes requirement of time difference because unit tests executes slower on Travis. * Applies the same relaxation on all time comparisons.
* Clean up logging and configuration in Messaging (#28)Gravatar Riz2017-05-24
| | | | | | | | | | * Remove mostly unused code from FIRMessagingLogger This cleans up some left-over old logging logic from before we moved to FIRLogger in Firebase Core. We no longer need this logging functionality. * Delete FIRMessagingConfig.{h,m} We no longer need a config class to store an unused log level filter (that filter is no longer needed).
* Enable direct channel in the sample app (#7)Gravatar Riz2017-05-19
| | | This shows the simple property, shouldEstablishDirectChannel, to open a new channel, and how to show incoming messages with the iOS 10 delegate handler
* Add three files in repo despite .gitignoreGravatar Paul Beusterien2017-05-15
|
* InitialGravatar Paul Beusterien2017-05-15