File tree 6 files changed +21
-0
lines changed
firebase-appcheck-debug-testing
firebase-appcheck-playintegrity
firebase-appcheck-safetynet
src/main/java/com/google/firebase/appcheck/safetynet
6 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+ * [ unchanged] Updated to keep [ app_check] SDK versions aligned.
3
+
4
+ # 16.1.1
2
5
* [ changed] Integrated the [ app_check] Debug Testing SDK with Firebase Components. (#4436 )
3
6
4
7
# 16.1.0
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+ * [ unchanged] Updated to keep [ app_check] SDK versions aligned.
3
+
4
+ # 16.1.1
2
5
* [ changed] Migrated [ app_check] SDKs to use standard Firebase executors. (#4431 , #4449 )
3
6
* [ changed] Integrated the [ app_check] Debug SDK with Firebase Components. (#4436 )
4
7
* [ changed] Moved Task continuations off the main thread. (#4453 )
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+ * [ unchanged] Updated to keep [ app_check] SDK versions aligned.
3
+
4
+ # 16.1.1
2
5
* [ changed] Migrated [ app_check] SDKs to use standard Firebase executors. (#4431 , #4449 )
3
6
* [ changed] Integrated the [ app_check] Play Integrity SDK with Firebase Components. (#4436 )
4
7
* [ changed] Moved Task continuations off the main thread. (#4453 )
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+ * [ deprecated] Added deprecation tagging to the ` SafetyNetAppCheckProviderFactory ` class. (#4686 )
3
+
4
+ # 16.1.1
2
5
* [ changed] Migrated [ app_check] SDKs to use standard Firebase executors. (#4431 , #4449 )
3
6
* [ changed] Integrated the [ app_check] SafetyNet SDK with Firebase Components. (#4436 )
4
7
* [ changed] Moved Task continuations off the main thread. (#4453 )
Original file line number Diff line number Diff line change 23
23
/**
24
24
* Implementation of an {@link AppCheckProviderFactory} that builds {@link
25
25
* SafetyNetAppCheckProvider}s. This is the default implementation.
26
+ *
27
+ * @deprecated Use {@code PlayIntegrityAppCheckProviderFactory} instead.
26
28
*/
29
+ @ Deprecated
27
30
public class SafetyNetAppCheckProviderFactory implements AppCheckProviderFactory {
28
31
29
32
private static final SafetyNetAppCheckProviderFactory instance =
@@ -34,7 +37,10 @@ private SafetyNetAppCheckProviderFactory() {}
34
37
/**
35
38
* Gets an instance of this class for installation into a {@link
36
39
* com.google.firebase.appcheck.FirebaseAppCheck} instance.
40
+ *
41
+ * @deprecated Use {@code PlayIntegrityAppCheckProviderFactory#getInstance} instead.
37
42
*/
43
+ @ Deprecated
38
44
@ NonNull
39
45
public static SafetyNetAppCheckProviderFactory getInstance () {
40
46
return instance ;
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+ * [ unchanged] Updated to keep [ app_check] SDK versions aligned.
3
+
4
+ # 16.1.1
2
5
* [ changed] Migrated [ app_check] SDKs to use standard Firebase executors. (#4431 , #4449 )
3
6
* [ changed] Moved Task continuations off the main thread. (#4453 )
4
7
You can’t perform that action at this time.
0 commit comments