File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Sources/Public/FirebaseCore Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1- # Unreleased
1+ # 7.6.0
22- [ fixed] Auth emulator now works across the local network. (#7350 )
33- [ fixed] Fixed incorrect import for watchOS (#7425 )
44
Original file line number Diff line number Diff line change 11# FirebaseCore 7.7.0
22- [ changed] Deprecated FirebaseMLModelInterpreter and FirebaseMLVision.
33- [ added] Introduced FirebaseMLModelDownloader.
4+ - [ fixed] Fixed missing doc comment in ` FirebaseVersion() ` (#7506 ).
45
56# FirebaseCore 7.6.0
67- [ fixed] Fixed build warnings introduced with Xcode 12.5. (#7431 )
Original file line number Diff line number Diff line change 1818
1919NS_ASSUME_NONNULL_BEGIN
2020
21+ /* * Returns the current version of Firebase. */
2122NS_SWIFT_NAME (FirebaseVersion())
2223NSString* FIRFirebaseVersion(void );
2324
You can’t perform that action at this time.
0 commit comments