-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi Richard Krueger, I just tried the sample React native app. I really like theCosync service as it was easy to get started and would like to use it for my app. I found Cosync through one of your articles on Medium.
But there are quite a few issues with the app and the service, therefore first of all:
Is the Cosync service still being maintained? Will the service still be available in 12 months?
One reason I ask, is because the certificate of the https://cosync.io domain is expired. Also the React Native package https://www.npmjs.com/package/cosync-jwt-react-native only gets about one download per week, showing very slow adoption. Another reason is, because the change-log 'blog' has not been updated for about 10 months.
I will bring up just this issue now which I had with the demo app: The global.userData.data
which is metaData presumably returned from the server all shows test value ...
instead of the name:
global.userData.data
{"status":"active","createdAt":"2021-07-30T07:21:39.000Z","updatedAt":"2021-07-30T07:21:39.000Z",
"handle":"[email protected]",
"twoFactorPhoneVerification":false,"twoFactorGoogleVerification":false,
"appId":"143b39f20f3643019ee60bf5b353cc6a",
"metaData":{"user_data":{"name":{"first":"test value firstName","last":"test value lastName"},"email":"test value email"}},
"lastLogin":"2021-07-30T07:21:54.000Z"}
from the console log