From e2cb642414af08e5a3da2ab6e76d78168c1bea5d Mon Sep 17 00:00:00 2001 From: Alexander Chocron Date: Thu, 2 May 2019 10:05:39 -0700 Subject: [PATCH 1/5] Update descriptions --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b406ee8b6..7f6fa924c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Version 2 of the App Center SDK includes two new modules: Auth and Data. ### AppCenterAuth -App Center Auth is a cloud-based identity management service that enables you to authenticate users and manage their identities. You can also leverage user identities in other App Center services. + App Center Auth is a cloud-based identity management service that enables developers to authenticate application users and manage user identities. The service integrates with other parts of App Center, enabling developers to leverage the user identities to view user data in other services and even send push notifications to users instead of individual devices. ### AppCenterData diff --git a/README.md b/README.md index 3cd514ebcd..034e36dda1 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The App Center SDK uses a modular architecture so you can use any or all of the 4. **App Center Push**: App Center Push enables you to send push notifications to users of your app from the App Center portal. To do that, the App Center SDK and portal integrate with [Firebase Cloud Messaging](https://firebase.google.com/docs/cloud-messaging/). You can also segment your user base based on a set of properties and send them targeted notifications. -5. **App Center Auth**: App Center Auth is a cloud-based identity management service that enables you to authenticate users and manage their identities. You can also leverage user identities in other App Center services. +5. **App Center Auth**: App Center Auth is a cloud-based identity management service that enables developers to authenticate application users and manage user identities. The service integrates with other parts of App Center, enabling developers to leverage the user identities to view user data in other services and even send push notifications to users instead of individual devices. 6. **App Center Data**: The App Center Data service provides functionality enabling developers to persist app data in the cloud in both online and offline scenarios. This enables you to store and manage both user-specific data as well as data shared between users and across platforms. From f008b03d717ef2faf5c9841c02a292c20c67f92c Mon Sep 17 00:00:00 2001 From: Zander Chocron Date: Thu, 2 May 2019 10:25:44 -0700 Subject: [PATCH 2/5] Identities to identity --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f6fa924c0..ad7a9564e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Version 2 of the App Center SDK includes two new modules: Auth and Data. ### AppCenterAuth - App Center Auth is a cloud-based identity management service that enables developers to authenticate application users and manage user identities. The service integrates with other parts of App Center, enabling developers to leverage the user identities to view user data in other services and even send push notifications to users instead of individual devices. + App Center Auth is a cloud-based identity management service that enables developers to authenticate application users and manage user identities. The service integrates with other parts of App Center, enabling developers to leverage the user identity to view user data in other services and even send push notifications to users instead of individual devices. ### AppCenterData From 15923c4d412727a0621d188d63e8baf2c2124549 Mon Sep 17 00:00:00 2001 From: Zander Chocron Date: Thu, 2 May 2019 10:26:14 -0700 Subject: [PATCH 3/5] Identities to identity in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 034e36dda1..99a2a8331e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The App Center SDK uses a modular architecture so you can use any or all of the 4. **App Center Push**: App Center Push enables you to send push notifications to users of your app from the App Center portal. To do that, the App Center SDK and portal integrate with [Firebase Cloud Messaging](https://firebase.google.com/docs/cloud-messaging/). You can also segment your user base based on a set of properties and send them targeted notifications. -5. **App Center Auth**: App Center Auth is a cloud-based identity management service that enables developers to authenticate application users and manage user identities. The service integrates with other parts of App Center, enabling developers to leverage the user identities to view user data in other services and even send push notifications to users instead of individual devices. +5. **App Center Auth**: App Center Auth is a cloud-based identity management service that enables developers to authenticate application users and manage user identities. The service integrates with other parts of App Center, enabling developers to leverage the user identity to view user data in other services and even send push notifications to users instead of individual devices. 6. **App Center Data**: The App Center Data service provides functionality enabling developers to persist app data in the cloud in both online and offline scenarios. This enables you to store and manage both user-specific data as well as data shared between users and across platforms. From 94e370391deaad61cc16a1ff780bc9382cbbf5d1 Mon Sep 17 00:00:00 2001 From: Jacob Wallraff Date: Thu, 2 May 2019 11:05:11 -0700 Subject: [PATCH 4/5] Apply suggestions from code review --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad7a9564e4..d9f46cf326 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Version 2 of the App Center SDK includes two new modules: Auth and Data. ### AppCenterAuth - App Center Auth is a cloud-based identity management service that enables developers to authenticate application users and manage user identities. The service integrates with other parts of App Center, enabling developers to leverage the user identity to view user data in other services and even send push notifications to users instead of individual devices. + App Center Auth is a cloud-based identity management service that enables developers to authenticate application users and manage user identities. The service integrates with other parts of App Center, enabling developers to leverage user identity to view user data in other services and send push notifications to users instead of individual devices. ### AppCenterData diff --git a/README.md b/README.md index 99a2a8331e..11ddd1b8ef 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The App Center SDK uses a modular architecture so you can use any or all of the 4. **App Center Push**: App Center Push enables you to send push notifications to users of your app from the App Center portal. To do that, the App Center SDK and portal integrate with [Firebase Cloud Messaging](https://firebase.google.com/docs/cloud-messaging/). You can also segment your user base based on a set of properties and send them targeted notifications. -5. **App Center Auth**: App Center Auth is a cloud-based identity management service that enables developers to authenticate application users and manage user identities. The service integrates with other parts of App Center, enabling developers to leverage the user identity to view user data in other services and even send push notifications to users instead of individual devices. +5. **App Center Auth**: App Center Auth is a cloud-based identity management service that enables developers to authenticate application users and manage user identities. The service integrates with other parts of App Center, enabling developers to leverage user identity to view user data in other services and send push notifications to users instead of individual devices. 6. **App Center Data**: The App Center Data service provides functionality enabling developers to persist app data in the cloud in both online and offline scenarios. This enables you to store and manage both user-specific data as well as data shared between users and across platforms. From 390aa1669a0246afd7df92e86e91261fe12c121b Mon Sep 17 00:00:00 2001 From: Alexander Chocron Date: Thu, 2 May 2019 11:22:50 -0700 Subject: [PATCH 5/5] Revert "Apply suggestions from code review" This reverts commit 94e370391deaad61cc16a1ff780bc9382cbbf5d1. --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9f46cf326..ad7a9564e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Version 2 of the App Center SDK includes two new modules: Auth and Data. ### AppCenterAuth - App Center Auth is a cloud-based identity management service that enables developers to authenticate application users and manage user identities. The service integrates with other parts of App Center, enabling developers to leverage user identity to view user data in other services and send push notifications to users instead of individual devices. + App Center Auth is a cloud-based identity management service that enables developers to authenticate application users and manage user identities. The service integrates with other parts of App Center, enabling developers to leverage the user identity to view user data in other services and even send push notifications to users instead of individual devices. ### AppCenterData diff --git a/README.md b/README.md index 11ddd1b8ef..99a2a8331e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The App Center SDK uses a modular architecture so you can use any or all of the 4. **App Center Push**: App Center Push enables you to send push notifications to users of your app from the App Center portal. To do that, the App Center SDK and portal integrate with [Firebase Cloud Messaging](https://firebase.google.com/docs/cloud-messaging/). You can also segment your user base based on a set of properties and send them targeted notifications. -5. **App Center Auth**: App Center Auth is a cloud-based identity management service that enables developers to authenticate application users and manage user identities. The service integrates with other parts of App Center, enabling developers to leverage user identity to view user data in other services and send push notifications to users instead of individual devices. +5. **App Center Auth**: App Center Auth is a cloud-based identity management service that enables developers to authenticate application users and manage user identities. The service integrates with other parts of App Center, enabling developers to leverage the user identity to view user data in other services and even send push notifications to users instead of individual devices. 6. **App Center Data**: The App Center Data service provides functionality enabling developers to persist app data in the cloud in both online and offline scenarios. This enables you to store and manage both user-specific data as well as data shared between users and across platforms.