-
Notifications
You must be signed in to change notification settings - Fork 24
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
account.signOut while offline #161
Comments
I’m sorry I didn’t get to it today. Long day was long ... I did not forget about it, I’ll try again tomorrow. Maybe someone else will be able to help out quicker |
Of course no problem ! I hope you'll find something Here is my
|
thanks a lot, I was able to reproduce the issue 👍 I’ll investigate. |
Nice ! Sure I can try to help to contribute hope I will find my path :) |
great :) I need to give this some thought first but I’ll get back to you next week. To give you some background already: we have split up Hoodie into many smaller modules, mostly to force us to create self-contained modules with good APIs, documentation, tests but above all to make contribution easier. So now we have logic for The challenge is now that So now we need to put it all together, I’ll figure this out and then walk you through it. Here is some more info on the overall Hoodie architecture if you are interested: http://docs.hood.ie/en/latest/about/architecture.html |
I’m sorry I didn’t get back to you yet. I’m heads down with work and preparing http://offlinefirst.org/camp/, but I will get back to you after the event, I promise |
I’m so sorry I didn’t get back to you as promised, things went rollercoster last year :( is this still relevant to you? |
Hi,
First of all I don't know if considered as an issue, you should tell me.
I am working on an offline electron's app and
Hoodie
seems to be great for that butaccount.signOut
seems to be rejected with this error
{"status":0,"name":"unknown","message":"getCheckpoint rejected with "}
while offline,that sounds wierd to have to be connected to sign out, I am missing something ?
account.signOut
works great when server is upHere is me logout method
ignoreLocalChanges
param changes nothingpackage.json
The text was updated successfully, but these errors were encountered: