firebase-ios-sdk
firebase-ios-sdk copied to clipboard
Add Sessions Internal API
Follow on from https://github.com/firebase/firebase-ios-sdk/pull/10636 and https://github.com/firebase/firebase-ios-sdk/pull/10664
- [x] Use non-default Notification Center
TODO
In a later PR I will add:
- Tests
- Testapp Fixes
Size Report 1
Affected Products
FirebaseCrashlyticsType Base (0df86ea) Merge (a3a2fb5) Diff CocoaPods ? -51.5 kB ? (?)
Test Logs
- Merge (a3a2fb5): https://github.com/firebase/firebase-ios-sdk/actions/runs/3887564749
| 2 Warnings | |
|---|---|
| :warning: | Did you forget to add a changelog entry? (Add #no-changelog to the PR description to silence this warning.) |
| :warning: | New public headers were added, did you remember to add them to the umbrella header? |
Generated by :no_entry_sign: Danger
@visumickey
I'm thinking if updateSettings should be done before waiting for all the dependencies initialization. What is the rationale to wait for all the dependencies to be initialized?
We need to wait for dependencies to initialize so that we know the data collection state. Settings can't fetch data without data collection approved