-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save config in backend database #87
Comments
See amazon-archives/amazon-cognito-js#27 Testing problems in a spike |
This is not working out. Moving to Azure but sync not supported so will need to write / read db https://medium.com/@luijar/rxjs-pouchdb-persistent-data-flows-480f503ee41f#.gph4nyu6d |
Hmm, how big a task do you estimate that this will be? |
A very good question and a reminder I've not been adding estimates to the tasks here (though they are relative "story points" not elapsed time) I actually already had this as a task and just renamed it. We need to do it because
Ideally we'd use offline sync to do it automagically but Azure doesn't have that (see #96). Bu I have been looking at examples and I estimate 3 days - but that also includes setting up MBaaS (Mobile Backend as a service) backend with user log in
Yes it's very popular NoSQL. To be honest I'm not too bothered what backend as they all pretty much offer similar functionality. What's more import is how easily we can access it from the client. PouchDB / Couch DB combination looked great if I was doing from scratch. However as were using a MBaaS approach we're restricted to the DB provided. All providers I looked at offer a NoSQL and SQL options. I'll go NoSQL to start wit has faster dev (no Schema)
I looked very carefully at Meteor some time back. My concerns were that there i a lot of "Magic", even allowing for the fact you need to disable much of it when moving from the simple demos they provide. The clincher was I could find very few people who used it in real projects |
redo using kinvey! Has clean SDK that uses RxJS! Easy sync settings too! |
@matlun FYI - kinvey uses MongoDB - though it's pretty much hidden from the client code |
Back to Azure and possibly Easy Tables |
No description provided.
The text was updated successfully, but these errors were encountered: