Skip to content

Commit 7240128

Browse files
authored
docs(analytics, ios): fix on-device-conversion variable name
1 parent 7affa79 commit 7240128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/analytics/lib/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1506,7 +1506,7 @@ export namespace FirebaseAnalyticsTypes {
15061506
/**
15071507
* start privacy-sensitive on-device conversion management.
15081508
* This is iOS-only.
1509-
* This is a no-op if you do not include '#RNFirebaseAnalyticsGoogleAppMeasurementOnDeviceConversion = true' in your Podfile
1509+
* This is a no-op if you do not include '$RNFirebaseAnalyticsGoogleAppMeasurementOnDeviceConversion = true' in your Podfile
15101510
*
15111511
* @param emailAddress email address, properly formatted complete with domain name e.g, 'user@example.com'
15121512
*/

0 commit comments

Comments
 (0)