Skip to content

Commit 109d8f8

Browse files
committed
Incorp feedback
1 parent 5e6c1bc commit 109d8f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/notification-hubs/firebase-migration-sdk.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,10 @@ To update your FCM credentials, [follow step 1 in the REST API guide](firebase-m
164164

165165
Note the following considerations:
166166

167-
- If the client app registers itself, then you must update the client app first, to register under the FCM v1 platform.
168-
- If the client app doesn't register itself, you can retrieve all registrations/installations and migrate them all to FCM v1 on the server.
167+
- If the device registration happens on the client app, update the client app first to register under the FCMv1 platform.
168+
- If the device registration happens on the server, you can fetch all registrations/installations and update them to FCMv1 on the server.
169169

170-
1. Send the notification to FCMv1. Use `FcmV1Notification` when you send notifications that target FCM v1. For example:
170+
1. Send the notification to FCMv1. Use `FcmV1Notification` when you send notifications that target FCMv1. For example:
171171

172172
```csharp
173173
// Send FCM v1 notification

0 commit comments

Comments
 (0)