aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Database/Api
Commit message (Collapse)AuthorAge
* Fix undefined behavior sanitizer issues in RTDB (#1445)Gravatar Paul Beusterien2018-06-25
|
* Explicitly import FIRDataSnapshot in private header. (#1276)Gravatar Ryan Wilson2018-05-14
|
* Standardize cross module imports with angle bracket syntax (#526)Gravatar Paul Beusterien2017-12-04
| | | | Qualify all cross-pod imports of FirebaseCore headers
* FIRAppInternal.h is a published private header (#501)Gravatar Paul Beusterien2017-11-28
|
* Enumerator using generic. Cleaner for .. in .. loop in Swift (#433)Gravatar Ibrahim Ulukaya2017-11-08
| | | | | | | | | | | | | | * Enumerator using generic. Cleaner for .. in .. loop in Swift So for childSnapshot in snapshot.children { you don't need to cast each child. Each cild is already known as DataSnapshot * Update FIRDataSnapshot.h * Update FIRMutableData.h * Update FIRMutableData.m
* Adding Multi-Resource support to the Firebase iOS SDK (#278)Gravatar Sebastian Schmidt2017-09-15
| | | | | * Adding Multi-Resource support to the Firebase iOS SDK. This CL also makes RepoInfo hashable and simplifies RepoManager based on this.
* Don't delete apps that don't exist (#276)Gravatar Sebastian Schmidt2017-09-15
|
* Fixing the session identifier for non-default apps (#240)Gravatar Sebastian Schmidt2017-09-06
|
* Delete app from Database when deleted in Core. (#194)Gravatar Ryan Wilson2017-08-17
| | | | | | | | | | | | | * Delete an app from Database when deleted in Core. When a FIRApp is deleted in Core, it should also be deleted from the instances array in Database. See #160 for more details. * Add tests for deleting databases. * Add call to clean up deleted FIRDatabase instance.
* Move Auth notification constant into Core. (#155)Gravatar Ryan Wilson2017-08-04
| | | | | | | | | | | | * Move Auth notification constant into Core. SDKs that want to listen for the internal Auth notifications needed to copy the notification strings to their own SDK instead of relying on Auth's definition in order to avoid a dependency on Auth. By moving them to Core, SDKs can use the constants without taking on another dependency. * Remove Auth stub, add app instance to notification.
* Use modulemap to fix exposure of FirebaseCore's internal headers (#121)Gravatar Paul Beusterien2017-07-10
|
* Add travis trailing whitespace check (#116)Gravatar Paul Beusterien2017-06-30
| | | | | | * Add travis trailing whitespace check * Remove trailing white space
* Group public headers into Public directories (#112)Gravatar Paul Beusterien2017-06-29
|
* Add missing terminating newlines (#70)Gravatar Paul Beusterien2017-06-06
|
* mark FIRDatabase init unavailable (#48)Gravatar Andrew Breckenridge2017-06-01
| | | FIRDatabase's initializer is inherited from NSObject and causes subtle bugs if called. See https://github.com/firebase/firebase-ios-sdk/issues/31
* Remove double commented lines. (#11)Gravatar Ryan Wilson2017-05-17
|
* InitialGravatar Paul Beusterien2017-05-15