Skip to content

Commit

Permalink
doc(analytics, ios): fix on-device-conversion variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Jun 22, 2022
1 parent 7affa79 commit f8b9a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/analytics/lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1506,7 +1506,7 @@ export namespace FirebaseAnalyticsTypes {
/**
* start privacy-sensitive on-device conversion management.
* This is iOS-only.
* This is a no-op if you do not include '#RNFirebaseAnalyticsGoogleAppMeasurementOnDeviceConversion = true' in your Podfile
* This is a no-op if you do not include '$RNFirebaseAnalyticsGoogleAppMeasurementOnDeviceConversion = true' in your Podfile
*
* @param emailAddress email address, properly formatted complete with domain name e.g, 'user@example.com'
*/
Expand Down

0 comments on commit f8b9a3d

Please sign in to comment.