File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
# 2019-03-19 -- v5.4.0 -- M45
2
2
- [ changed] Allow Bundle IDs that have a valid prefix to enable richer extension support. (#2515 )
3
- - [ changed] Convert FIRLogger to use the recommended os_log for logging via GoogleUtilities.
4
- See https://developer.apple.com/documentation/os/logging?language=objc .
5
3
- [ changed] Deprecated ` FIRAnalyticsConfiguration ` API in favor of new methods on the Analytics SDK.
6
- Please call the new APIs directly: Enable/disable Analytics with ` Analytics.setAnalyticsEnabled(_) `
7
- and modify the session timeout interval with ` Analytics.setAnalyticsCollectionEnabled(_) ` .
8
-
4
+ Please call the new APIs directly: Enable/disable Analytics with ` Analytics.setAnalyticsCollectionEnabled(_) `
5
+ and modify the session timeout interval with ` Analytics.setSessionTimeoutInterval(_) ` .
9
6
10
7
# 2019-01-22 -- v5.2.0 -- M41
11
8
- [ changed] Added a registerInternalLibrary API. Now other Firebase libraries register with FirebaseCore
You can’t perform that action at this time.
0 commit comments