-
Notifications
You must be signed in to change notification settings - Fork 16
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
Project Status #1
Comments
Is has issues e.g. if you login then logout then login again, the flutter context is not properly reset. We plan to get back to it and take it to completion for mobile sdk 7.0 #safeharbor. |
Have these issues been resolved? Is it good to go? :P |
Unfortunately, it's not a priority right now. So nobody is working on it. |
Hi @wmathurin Have these issues been resolved? :) |
Sorry it's still not a priority. |
Hi Can u tell me which datas i have to write in headers and body for that post request please? Thx Aurélien CHETANNEAU |
You need to add a header to your request with name "Authorization" and value "Bearer ". let accessToken = UserAccountManager.shared.currentUserAccount?.credentials.accessToken On Android you get the access token by doing: String accessToken = UserAccountManager.getInstance().getCurrentUser().getAuthToken() |
Thx a lot !!! It works well !!! |
Any plans to get it fully working on flutter just like native SDKs? Including Mobile Sync and Mobile Store? |
This will be so good if development was speed tracked. |
Hi there, what is the status of this project? did you get Salesforce SDK and Flutter working?
The text was updated successfully, but these errors were encountered: