Lightning Database
Securely store data and associate it with a unique profile-linked user id, without having to spin up your own servers and databases. Supports web sockets for real-time updates!

Lightning Database
Two data stores are auto-created (or opened) for each user. They are:
- User's private app data
- Global app data (shared)
Data can be stored and retrieved from either of these data stores, in addition other data stores can be created as needed. Data is JSON format and the read/write methods utilize JsonObjects and supported data marshaling routines. For convenience, write methods are provided for Java primitive types of { Boolean, Integer, String }.
Last modified 4yr ago