We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
kFirebaseInstallationsErrorDomain
1 parent 220a20f commit 8568528Copy full SHA for 8568528
FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.m
@@ -24,7 +24,8 @@
24
#import "FBLPromises.h"
25
#endif
26
27
-NSString *const kFirebaseInstallationsErrorDomain = @"com.firebase.installations";
+NSString *const kFirebaseInstallationsErrorDomain NS_SWIFT_NAME(InstallationsErrorDomain) =
28
+ @"com.firebase.installations";
29
30
void FIRInstallationsItemSetErrorToPointer(NSError *error, NSError **pointer) {
31
if (pointer != NULL) {
0 commit comments