How do you identify each user when you use findMine() in Monaca to retrieve user data?

Asked 2 years ago, Updated 2 years ago, 90 views

We use Monaca's backend to develop apps.
I don't use the login feature, but I use findMine() to retrieve user data.
How does findMine() identify users?

Thank you in advance.

monaca

2022-09-30 17:33

1 Answers

In my case, I use the user's oid to identify myself.You are familiar with the documents below, so check them out.

http://docs.monaca.mobi/cur/ja/reference/javascript/cloud/user/ #u-oid


2022-09-30 17:33

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.