Skip to content

[Jazzy] API diff Report#3

Open
sunmou99 wants to merge 70 commits into
masterfrom
api-changes-2
Open

[Jazzy] API diff Report#3
sunmou99 wants to merge 70 commits into
masterfrom
api-changes-2

Conversation

@sunmou99

Copy link
Copy Markdown
Owner

Hey there! So you want to contribute to a Firebase SDK?
Before you file this pull request, please read these guidelines:

Discussion

  • Read the contribution guidelines (CONTRIBUTING.md).
  • If this has been discussed in an issue, make sure to link to the issue here.
    If not, go file an issue about this before creating a pull request to discuss.

Testing

  • Make sure all existing tests in the repository pass after your change.
  • If you fixed a bug or added a feature, add a new test to cover your code.

API Changes

  • At this time we cannot accept changes that affect the public API. If you'd like to help
    us make Firebase APIs better, please propose your change in a feature request so that we
    can discuss it together.

Repository owner deleted a comment from github-actions Bot May 5, 2023
Repository owner deleted a comment from github-actions Bot May 5, 2023
Repository owner deleted a comment from github-actions Bot May 5, 2023
@github-actions

github-actions Bot commented May 5, 2023

Copy link
Copy Markdown

Apple API Diff Report

Commit: 424c597
Last updated: Fri May 5 16:04 PDT 2023
View workflow logs & download artifacts


FirebaseMLModelDownloader

Classes

ModelDownloader
[ADDED] modelDownloaderTest()
Swift:
+  public static func modelDownloaderTest () -> ModelDownloader

Enumerations

[ADDED] ModelDownloadTypeTest
Swift:
+  public enum ModelDownloadTypeTest
+    case localModel
+    case localModelUpdateInBackground
+    case latestModel

FirebaseAppCheck

Classes

[MODIFIED] FIRAppCheck
Swift:
+  class AppCheck : NSObject
-  class AppCheck : NSObject
+    class func appCheck ( app firebaseApp : FIRApp ?) -> Self ?
-    class func appCheck ( app firebaseApp : FIRApp ) -> Self ?
+    func token ( forcingRefresh : Bool ) async -> ( FIRAppCheckToken ?, Error )
-    func token ( forcingRefresh : Bool ) async throws -> FIRAppCheckToken
Objective-C:
+  @interface FIRAppCheck : NSObject - ( instancetype ) init NS_UNAVAILABLE ; - ( instancetype ) init NS_AVAILABLE ; /// Returns a default instance of `AppCheck`.
-  @interface FIRAppCheck : NSObject - ( instancetype ) init NS_UNAVAILABLE ; /// Returns a default instance of `AppCheck`.
+    + ( nullable instancetype ) appCheckWithApp :( FIRApp * _Nullable ) firebaseApp ;
-    + ( nullable instancetype ) appCheckWithApp :( nonnull FIRApp * ) firebaseApp ;
+    - ( void ) tokenForcingRefresh :( BOOL ) forcingRefresh completion :( nonnull void ( ^ )( FIRAppCheckToken * _Nullable , NSError * _Nonnull )) handler ;
-    - ( void ) tokenForcingRefresh :( BOOL ) forcingRefresh completion :( nonnull void ( ^ )( FIRAppCheckToken * _Nullable , NSError * _Nullable )) handler ;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant