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.
1 parent 5d762ce commit ebfd370Copy full SHA for ebfd370
FirebaseRemoteConfig/Sources/RCNDevice.m
@@ -19,6 +19,7 @@
19
#import <sys/utsname.h>
20
21
#import <GoogleUtilities/GULAppEnvironmentUtil.h>
22
+#import "FirebaseCore/Sources/Public/FirebaseCore/FIRVersion.h"
23
#import "FirebaseRemoteConfig/Sources/Private/RCNConfigSettings.h"
24
#import "FirebaseRemoteConfig/Sources/RCNConfigConstants.h"
25
@@ -41,7 +42,7 @@
41
42
}
43
44
NSString *FIRRemoteConfigPodVersion() {
- return [NSString stringWithUTF8String:STR(FIRRemoteConfig_VERSION)];
45
+ return FIRFirebaseVersion();
46
47
48
RCNDeviceModel FIRRemoteConfigDeviceSubtype() {
0 commit comments