@innobridge/usermanagementclient
v0.2.5
Published
A react native version of @innobridge/usermanagement because node not supported RN
Readme
usermanagementclient
This library is to provide the APIs for React Native(mobile) cache for user management(connections, connection requests, ...) for the library @innobridge/usermanagement. The reason why a separate library is because @innobridge/usermanagement uses the pg library that is not supported in React Native, so @innobridge/usermanagementclient is created to manage cache for usermanagement on device.
Compatible Versions |@innobridge/usermanagement|@innobridge/usermanagementclient|Changes| |---|---|---| |0.1.3|0.1.3|Added connections and connection requests| |0.2.0|0.2.0|Added username/firstName/lastName/imageurl to connections and connection requests|
Architecture
Server (Node.js) ←→ API ←→ React Native App
↓ ↓
PostgreSQL SQLite CacheDependencies
npm install @innobridge/trpcmessengerclient