Skip to content

Commit 93fa85a

Browse files
committed
Update migration guide
1 parent 8556069 commit 93fa85a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

MIGRATION_GUIDE.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,15 +221,17 @@ OneSignal.User.PushSubscription.optIn();
221221
222222
# Limitations
223223
224-
## December 2022
224+
## January 2023
225225
### Version 16 (alpha)
226+
It is recommended this version is used **only** in development and staging envrionments.
227+
* Switching between users via `login()` and `logout()` is unsafe. **Please stick to single user testing.**
228+
* Any User namespace calls must be invoked **after** initialization (async). Example: `OneSignal.User.addTag("tag", "2");`
229+
* Aliases will be available in a future release,
226230
* HTTP environments are not supported.
227231
* AMP environments are not supported.
228232
* Identity verification is not functional.
229233
* Outcomes are not functional.
230-
* Switching between users via `login()` and `logout()` is unsafe.
231-
* Any User namespace calls must be invoked **after** initialization (async). Example: `OneSignal.User.addTag("tag", "2");
232-
* Subscriptions are not updated when calling `optIn()` and `optOut()` on the backend.
234+
233235
234236
# Glossary
235237

0 commit comments

Comments
 (0)