You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Realtime Cloud Storage Todo example for React Native (iOS/Android)
This example uses the Realtime Cloud Storage React Native SDKs to save and retrieve todo lists from the cloud. This sample can be used with the other Realtime Todo samples, including the on-line example.
Data will be synced in real-time between devices.
About the Realtime Cloud Storage Service
Part of the The Realtime® Framework, the Realtime Cloud Storage Service is a highly-scalable backend-as-a-service powered by Amazon DynamoDB. We've added real-time notifications to keep data synchronized between users of your application.
Storage table definition
This sample requires that a table named todoTable exists with the following key definition:
Primary Key: listName (string)
Secondary Key: timestamp (number)
Security note
This samples uses a public unauthenticated demonstration key. If you want to keep your todo lists private, please get your free Realtime Cloud Storage application key here and change the key used in the sample.
Realtime Storage React Native SDK
This project doesn't bundle the Realtime Cloud Storage React Native SDKs, so you need to install them using npm.